diff options
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r-- | test/CodeGen/SystemZ/pr32505.ll | 4 | ||||
-rw-r--r-- | test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/pr32505.ll b/test/CodeGen/SystemZ/pr32505.ll index 288d0b83863..c164592b509 100644 --- a/test/CodeGen/SystemZ/pr32505.ll +++ b/test/CodeGen/SystemZ/pr32505.ll @@ -10,8 +10,8 @@ define <2 x float> @pr32505(<2 x i8> * %a) { ; CHECK-NEXT: lbh %r1, 0(%r2) ; CHECK-NEXT: ldgr %f0, %r1 ; CHECK-NEXT: ldgr %f2, %r0 -; CHECK-NEXT: # kill: %f0s<def> %f0s<kill> %f0d<kill> -; CHECK-NEXT: # kill: %f2s<def> %f2s<kill> %f2d<kill> +; CHECK-NEXT: # kill: def %f0s killed %f0s killed %f0d +; CHECK-NEXT: # kill: def %f2s killed %f2s killed %f2d ; CHECK-NEXT: br %r14 %L17 = load <2 x i8>, <2 x i8>* %a %Se21 = sext <2 x i8> %L17 to <2 x i32> diff --git a/test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir b/test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir index 2af8b3cce6f..8bf2b5575e8 100644 --- a/test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir +++ b/test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir @@ -21,7 +21,7 @@ registers: # CHECK-NEXT: %r0l = COPY %r1l # Although R0L partially redefines R0Q, it must not mark R0Q as kill # because R1D is still live through that instruction. -# CHECK-NOT: %r0q<imp-use,kill> +# CHECK-NOT: implicit killed %r0q # CHECK-NEXT: %r2d = COPY %r1d # CHECK-NEXT: LARL body: | |