search for: dc46f567

Displaying 2 results from an estimated 2 matches for "dc46f567".

Did you mean: 7c46567
2010 Mar 02
0
[LLVMdev] Disabling emission of jump table info
...encoding and add it to the MachineJumpTableInfo::JTEntryKind enum? -- Richard Osborne | XMOS http://www.xmos.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: switch.s URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100302/dc46f567/attachment.ksh>
2010 Mar 01
2
[LLVMdev] Disabling emission of jump table info
On Mar 1, 2010, at 10:52 AM, Richard Osborne wrote: > On 23/02/10 14:58, Richard Osborne wrote: >> 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