diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-10-30 22:22:46 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-10-30 22:22:46 +0000 |
| commit | c7415bf53612bf48cfc4eae140996ef6955b03f1 (patch) | |
| tree | e71fdf8b9be5903396417d970a8ebfad823759ae | |
| parent | 13e41edc7165f7d3b6ac7b23d0190791f19f67fd (diff) | |
| download | bcm5719-llvm-c7415bf53612bf48cfc4eae140996ef6955b03f1.tar.gz bcm5719-llvm-c7415bf53612bf48cfc4eae140996ef6955b03f1.zip | |
Add a note about Robert Muth's alternate jump table implementation.
llvm-svn: 85624
| -rw-r--r-- | llvm/lib/Target/ARM/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt index 8fb1da30088..b35fdea33fa 100644 --- a/llvm/lib/Target/ARM/README.txt +++ b/llvm/lib/Target/ARM/README.txt @@ -600,3 +600,12 @@ into the operation. It might be profitable to cse MOVi16 if there are lots of 32-bit immediates with the same bottom half. + +//===---------------------------------------------------------------------===// + +Robert Muth started working on an alternate jump table implementation that +does not put the tables in-line in the text. This is more like the llvm +default jump table implementation. This might be useful sometime. Several +revisions of patches are on the mailing list, beginning at: +http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-June/022763.html + |

