Skip to content

Commit f571293

Browse files
committed
ARC: Override pseudos with pointers
This ports #159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
1 parent 435bafd commit f571293

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)