Skip to content

Commit 2d0e71d

Browse files
boomanaiden154Honey Goyal
authored andcommitted
[AMDGPU] Readd assertions requirement to test after llvm#170468
This was removed in llvm#170468 now that debug counters are enabled by default rather than requiring asserts. This AMDGPU test exercises functionality in SIInsertWaitcnts.cpp that is fully wrapped in NDEBUG though, so this test still needs an assertions requirement to pass.
1 parent a0e04bf commit 2d0e71d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AMDGPU/waitcnt-debug.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# REQUIRES: asserts
12
# RUN: llc -mtriple=amdgcn -verify-machineinstrs -run-pass si-insert-waitcnts -debug-counter=si-insert-waitcnts-forcelgkm=0 -o - %s | FileCheck -check-prefixes=GCN,LGKM %s
23
# RUN: llc -mtriple=amdgcn -verify-machineinstrs -run-pass si-insert-waitcnts -debug-counter=si-insert-waitcnts-forceexp=0-1 -o - %s | FileCheck -check-prefixes=GCN,EXP %s
34
# RUN: llc -mtriple=amdgcn -verify-machineinstrs -run-pass si-insert-waitcnts -debug-counter=si-insert-waitcnts-forcevm=0-2 -o - %s | FileCheck -check-prefixes=GCN,VM %s

0 commit comments

Comments
 (0)