llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
[oota-llvm.git] / test / CodeGen / X86 / ctpop-combine.ll
2012-07-12 Nadav RotemThe LIT tests below do not specify the exact cpu model...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
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...