From: Chris Lattner Date: Sun, 5 Feb 2006 08:26:16 +0000 (+0000) Subject: This xform isn't safe X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=33872c99bea3ffabec54805da42089401f12658a;p=oota-llvm.git This xform isn't safe git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 4b6e0e92f1d..64c1c55fd49 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -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 - -//===---------------------------------------------------------------------===//