mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Switch XCore over to using inline jump table entries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95da605e15
commit
f766ce5580
@ -324,6 +324,10 @@ LowerConstantPool(SDValue Op, SelectionDAG &DAG)
|
||||
return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, Res);
|
||||
}
|
||||
|
||||
unsigned XCoreTargetLowering::getJumpTableEncoding() const {
|
||||
return MachineJumpTableInfo::EK_Inline;
|
||||
}
|
||||
|
||||
SDValue XCoreTargetLowering::
|
||||
LowerBR_JT(SDValue Op, SelectionDAG &DAG)
|
||||
{
|
||||
|
@ -80,6 +80,8 @@ namespace llvm {
|
||||
|
||||
explicit XCoreTargetLowering(XCoreTargetMachine &TM);
|
||||
|
||||
virtual unsigned getJumpTableEncoding() const;
|
||||
|
||||
/// LowerOperation - Provide custom lowering hooks for some operations.
|
||||
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user