summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-01 06:40:32 +0000
committerChris Lattner <sabre@nondot.org>2006-02-01 06:40:32 +0000
commit3da1bb520e6e97a70d86770cffd4206849024f44 (patch)
tree08944ea445edc952cfcaef0900811980fda3523f /llvm/lib/Target
parent9e350cd6ad8f6b7d0258602e13bf0e854e65adbd (diff)
downloadbcm5719-llvm-3da1bb520e6e97a70d86770cffd4206849024f44.tar.gz
bcm5719-llvm-3da1bb520e6e97a70d86770cffd4206849024f44.zip
add a note, I'll take care of this after nate commits his big patch
llvm-svn: 25873
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt
index 995de4d6f26..fca02704555 100644
--- a/llvm/lib/Target/X86/README.txt
+++ b/llvm/lib/Target/X86/README.txt
@@ -299,3 +299,13 @@ turning 'select (load CPI1), (load CPI2)' -> 'load (select CPI1, CPI2)'
The pattern isel got this one right.
+//===---------------------------------------------------------------------===//
+
+This shouldn't have an explicit ADD (target independent dag combiner hack):
+
+bool %X(int %X) {
+ %Y = add int %X, 14
+ %Z = setne int %Y, 12345
+ ret bool %Z
+}
+
OpenPOWER on IntegriCloud