projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8fcd3
)
Added an idea about any_extend for performance tuning.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 17 Dec 2005 06:54:43 +0000
(06:54 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 17 Dec 2005 06:54:43 +0000
(06:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24763
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README.txt
b/lib/Target/X86/README.txt
index 6e23fca25c62a5b853b8bfd91deb05e01d5686b4..5fdcc696193a05c1e11e88014db61671ca0f02a1 100644
(file)
--- a/
lib/Target/X86/README.txt
+++ b/
lib/Target/X86/README.txt
@@
-102,3
+102,8
@@
Some isel ideas:
//===---------------------------------------------------------------------===//
Should we promote i16 to i32 to avoid partial register update stalls?
+
+//===---------------------------------------------------------------------===//
+
+Leave any_extend as pseudo instruction and hint to register
+allocator. Delay codegen until post register allocation.