Displaying 2 results from an estimated 2 matches for "inline_jt".
2010 Mar 01
0
[LLVMdev] Disabling emission of jump table info
...bool to MCAsmInfo that can be used to disable
the emission of jump tables at the end of a function and updates the
XCore target to set this. Is this OK to commit?
--
Richard Osborne | XMOS
http://www.xmos.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inline_jt.patch
Type: text/x-patch
Size: 2017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100301/5ad9246b/attachment.bin>
2010 Feb 23
2
[LLVMdev] Disabling emission of jump table info
I've recently changed the XCore target to implement BR_JT as a jump to a
series jumps. The jump table entries are expand inline in the function
so there is no longer a need to emit jump tables at the end of the
function. However the emission of jump tables at the end of a function
is done inside the AsmPrinter base class and there seems to be no way of
disabling this.
This also seems to