X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.
[oota-llvm.git] / test / CodeGen / X86 / shl-anyext.ll
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...