Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / ptr-rotate.c
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2009-08-21 Bill WendlingMake for 32-bit only.
2009-08-21 Bill WendlingProbably should emit bitcode instead of text.
2009-08-21 Bill WendlingTestcase for r79597.