We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75947e2 commit 9b809b3Copy full SHA for 9b809b3
llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-dead-def.mir
@@ -14,5 +14,6 @@ body: |
14
bb.1:
15
dead %0:gr32(s32) = G_CONSTANT i32 0
16
dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 1
17
+ ; Keep meaningful comment.
18
undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 2
19
...
llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-dead-def.mir.expected
@@ -18,5 +18,6 @@ body: |
; CHECK-NEXT: undef [[C2:%[0-9]+]].sub_32bit:gr64(s32) = G_CONSTANT i32 2
20
21
22
23
0 commit comments