Skip to content

Commit daac1f8

Browse files
authored
Update ARMInstrInfo.td
1 parent 180a2e5 commit daac1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/ARM/ARMInstrInfo.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,7 @@ def JUMPTABLE_TBH :
22022202
PseudoInst<(outs), (ins cpinst_operand:$instid, cpinst_operand:$cpidx,
22032203
i32imm:$size), NoItinerary, []>;
22042204

2205+
22052206
// FIXME: Marking these as hasSideEffects is necessary to prevent machine DCE
22062207
// from removing one half of the matched pairs. That breaks PEI, which assumes
22072208
// these will always be in pairs, and asserts if it finds otherwise. Better way?

0 commit comments

Comments
 (0)