Skip to content

Commit aeed4de

Browse files
authored
XFAIL a failing SystemZ test (llvm#1043)
This test fails in amd-gfx because we are carrying a revert of 10ed1ec "[MachineSink] Allow sinking of constant or ignorable physreg uses". This did not affect PSDB/OSDB testing because we do not normally enable the SystemZ target.
1 parent 2afe584 commit aeed4de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/SystemZ/machinesink-dead-cc.mir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
# Test that the AGHIK can be sunk into %bb.4. It has a def of CC, but it is dead.
88

9+
# XFAIL: *
10+
911
--- |
1012
define void @fun() { ret void }
1113
...

0 commit comments

Comments
 (0)