Skip to content

Commit a6350d6

Browse files
authored
[test] Don't generate regalloc-amdgpu.s in #94426 (#94722)
The test will generate an empty `regalloc-amdgpu.s` file in test, which causes an unresolved test.
1 parent 566befc commit a6350d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REQUIRES: amdgpu-registered-target
22
# RUN: llc -mtriple=amdgcn --passes='regallocfast<filter=sgpr>' --print-pipeline-passes %s | FileCheck %s --check-prefix=PASS
3-
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
3+
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes --filetype=null %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
44

55
# PASS: regallocfast<filter=sgpr>
66
# BAD-FILTER: invalid regallocfast register filter 'bad-filter'

0 commit comments

Comments
 (0)