OSDN Git Service

add a note
authorChris Lattner <sabre@nondot.org>
Sun, 5 Mar 2006 20:00:08 +0000 (20:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Mar 2006 20:00:08 +0000 (20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 4ef42d5..c369c8f 100644 (file)
@@ -102,3 +102,7 @@ into:
 This would be a win on ppc32, but not x86 or ppc64.
 
 //===---------------------------------------------------------------------===//
+
+Shrink: (setlt (loadi32 P), 0) -> (setlt (loadi8 Phi), 0)
+
+//===---------------------------------------------------------------------===//