Lower BR_JT on the XCore to a jump into a series of jump instructions.
authorRichard Osborne <richard@xmos.com>
Tue, 23 Feb 2010 13:25:07 +0000 (13:25 +0000)
committerRichard Osborne <richard@xmos.com>
Tue, 23 Feb 2010 13:25:07 +0000 (13:25 +0000)
commit78700b0c55ccc2d355ba9ee2ac666d669052b0cb
treed7699ce13e6e7d4181eb703f2bf9c7bdb8be2f7c
parent3d4cea31d52c2bfddf0a8b9791fa12cada933200
Lower BR_JT on the XCore to a jump into a series of jump instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.td
test/CodeGen/XCore/switch.ll [new file with mode: 0644]
test/CodeGen/XCore/switch_long.ll [new file with mode: 0644]