Skip to content

Commit a8f3eba

Browse files
committed
AMDGPU: Mark test as XFAIL in expensive_checks builds
One of the tests added in 93220e7 fails the machine verifier after allocation, but this is a separate issue.
1 parent f6365a4 commit a8f3eba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/CodeGen/AMDGPU/swdev502267-use-after-free-last-chance-recoloring-alloc-succeeds.mir

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# XFAIL: expensive_checks
2+
# FIXME: This fails the machine verifier after allocation
3+
14
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2-
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -stress-regalloc=4 -start-before=greedy,2 -stop-after=virtregrewriter,2 -o - %s | FileCheck %s
5+
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -stress-regalloc=4 -start-before=greedy,2 -stop-after=virtregrewriter,2 -o - %s | FileCheck %s
36

47
# This testcase hit a situation where greedy would hit a use after
58
# free during last chance recoloring. This case successfully allocates

0 commit comments

Comments
 (0)