aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-03-19 06:08:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-03-19 06:08:11 +0000
commit0def9c3d7d0e25ec19b1513f68b7451276207947 (patch)
tree01bfaa07ba5a6fc3e3046aee36d5ea04d64e5848
parent7ca9777e08f5d74a0d836089f9f7e68e273d2aa5 (diff)
Remember which tests are hurt by LSR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26860 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 595409ff8b..ac162c26d5 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -629,3 +629,7 @@ remateralization is implemented. This can be accomplished with 1) a target
dependent LICM pass or 2) makeing SelectDAG represent the whole function.
//===---------------------------------------------------------------------===//
+
+The following tests perform worse with LSR:
+
+lambda, siod, optimizer-eval, ackermann, hash2, nestedloop, strcat, and Treesor.