diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-10 23:47:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-10 23:47:45 +0000 |
commit | 1742498b5afe94197e85ef44f479c1cabdf43dd9 (patch) | |
tree | 5f3baf216aaac1e35c38f8498a5bd6b1daac820f /lib/Target | |
parent | b6ad9153dd01f1fb3a9a483d51c39879216e6e82 (diff) | |
download | external_llvm-1742498b5afe94197e85ef44f479c1cabdf43dd9.zip external_llvm-1742498b5afe94197e85ef44f479c1cabdf43dd9.tar.gz external_llvm-1742498b5afe94197e85ef44f479c1cabdf43dd9.tar.bz2 |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index d792b55..ac2ea6d 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -339,6 +339,8 @@ we don't have whole-function selection dags. On x86, this means we use one extra register for the function when effective_addr2 is declared as U64 than when it is declared U32. +PHI Slicing could be extended to do this. + //===---------------------------------------------------------------------===// LSR should know what GPR types a target has. This code: |