aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2005-12-17 06:54:43 +0000
committerEvan Cheng <evan.cheng@apple.com>2005-12-17 06:54:43 +0000
commit98abbfb2ef9c19238a0eb1683814b2ba6bbacdcb (patch)
treea08d790d7f37c9c6be584b81bbdd54e691bc5f29
parent0d8fcd3218ed93e338a2e7b845f358f1c6f74d58 (diff)
Added an idea about any_extend for performance tuning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24763 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 6e23fca25c..5fdcc69619 100644
--- 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.