[llvm] c84461b - [SystemZ] Fix test case.
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 00:43:34 PDT 2020
Author: Jonas Paulsson
Date: 2020-04-28T09:43:03+02:00
New Revision: c84461ba8dea35a9515e5a34a680ca1293d21e7d
URL: https://github.com/llvm/llvm-project/commit/c84461ba8dea35a9515e5a34a680ca1293d21e7d
DIFF: https://github.com/llvm/llvm-project/commit/c84461ba8dea35a9515e5a34a680ca1293d21e7d.diff
LOG: [SystemZ] Fix test case.
Remove bad kill flags fom load-and-test.mir as discovered by
https://reviews.llvm.org/D78586: "[MachineVerifier] Add more checks for
registers in live-in lists".
Review: Ulrich Weigand
Added:
Modified:
llvm/test/CodeGen/SystemZ/load-and-test.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/SystemZ/load-and-test.mir b/llvm/test/CodeGen/SystemZ/load-and-test.mir
index c83291376e12..17427283dc80 100644
--- a/llvm/test/CodeGen/SystemZ/load-and-test.mir
+++ b/llvm/test/CodeGen/SystemZ/load-and-test.mir
@@ -15,12 +15,12 @@ body: |
bb.0 ():
liveins: $r1d
renamable $r0l = L $r1d, 0, $noreg
- CLFIMux killed renamable $r0l, 0, implicit-def $cc
+ CLFIMux renamable $r0l, 0, implicit-def $cc
BRC 14, 10, %bb.2, implicit $cc
bb.1 ():
liveins: $r0l
- ST killed renamable $r0l, $r15d, 164, $noreg
+ ST renamable $r0l, $r15d, 164, $noreg
bb.2 ():
liveins: $r0l
@@ -38,12 +38,12 @@ body: |
bb.0 ():
liveins: $r1d
renamable $r0l = L $r1d, 0, $noreg
- CLFIMux killed renamable $r0l, 0, implicit-def $cc
+ CLFIMux renamable $r0l, 0, implicit-def $cc
BRC 14, 8, %bb.2, implicit $cc
bb.1 ():
liveins: $r0l
- ST killed renamable $r0l, $r15d, 164, $noreg
+ ST renamable $r0l, $r15d, 164, $noreg
bb.2 ():
liveins: $r0l
More information about the llvm-commits
mailing list