add a note
[oota-llvm.git] / lib / Target / README.txt
index 4ef42d528a957b57ee8eee62d85c2590c8630746..c369c8f2434cca7dc1bb87592d1f35edcb0be7c8 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)
+
+//===---------------------------------------------------------------------===//