aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ctpop-combine.ll
AgeCommit message (Expand)Author
2012-07-12The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-01-17Fix an off-by-one error in ctpop combining.Benjamin Kramer
2011-01-17Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.Benjamin Kramer