This xform isn't safe

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-02-05 08:26:16 +00:00
parent be71442292
commit 33872c99be

View File

@ -64,7 +64,3 @@ Number 1 is the preferred solution.
//===---------------------------------------------------------------------===//
For dag combiner and instcombine:
int t(int X, int Y) { return 1 << (X+4); } --> 16 << X
//===---------------------------------------------------------------------===//