test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.
[oota-llvm.git] / test / CodeGen / X86 / ctpop-combine.ll
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...