Skip to content

Commit

Permalink
fixup! [TableGen] Support modelInaccessibleMemThroughRegs property fo…
Browse files Browse the repository at this point in the history
…r TableGen.
  • Loading branch information
konstantinschwarz committed Jun 19, 2024
1 parent 6d1f089 commit 1cfe273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/TableGen/GlobalISelEmitterInaccessibleMem.td
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def : Pat<(int_intr_1 GPR32:$src),
// CHECK-NEXT: GIR_BuildMI, /*InsnID*/0, /*Opcode*/GIMT_Encode2(MyTarget::NOP),
// CHECK-NEXT: GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // DstI[dst]
// CHECK-NEXT: GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/2, // src
// CHECK-NEXT: GIR_EraseFromParent, /*InsnID*/0,
// CHECK-NEXT: GIR_ConstrainSelectedInstOperands, /*InsnID*/0,
// CHECK-NEXT: GIR_EraseFromParent, /*InsnID*/0,
// CHECK-NEXT: // GIR_Coverage, 0,
// CHECK-NEXT: GIR_Done,
// CHECK-NEXT: // Label 0: @[[NEXT_OPCODE_LABEL]]
Expand Down

0 comments on commit 1cfe273

Please sign in to comment.