[llvm-commits] [llvm] r85624 - /llvm/trunk/lib/Target/ARM/README.txt
Bob Wilson
bob.wilson at apple.com
Fri Oct 30 15:22:46 PDT 2009
Author: bwilson
Date: Fri Oct 30 17:22:46 2009
New Revision: 85624
URL: http://llvm.org/viewvc/llvm-project?rev=85624&view=rev
Log:
Add a note about Robert Muth's alternate jump table implementation.
Modified:
llvm/trunk/lib/Target/ARM/README.txt
Modified: llvm/trunk/lib/Target/ARM/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README.txt?rev=85624&r1=85623&r2=85624&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README.txt (original)
+++ llvm/trunk/lib/Target/ARM/README.txt Fri Oct 30 17:22:46 2009
@@ -600,3 +600,12 @@
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
+
More information about the llvm-commits
mailing list