Skip to content

Commit d1fa3f5

Browse files
MaskRayaahrun
authored andcommitted
ARC: Override pseudos with pointers
This ports llvm#159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
1 parent 08ebc12 commit d1fa3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/ARC/ARC.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ include "ARCRegisterInfo.td"
2424
include "ARCInstrInfo.td"
2525
include "ARCCallingConv.td"
2626

27+
defm : RemapAllTargetPseudoPointerOperands<GPR32>;
28+
2729
def ARCInstrInfo : InstrInfo;
2830

2931
class Proc<string Name, list<SubtargetFeature> Features>

0 commit comments

Comments
 (0)