Skip to content

Commit 8e73271

Browse files
committed
Add missing option to ptxas-verify line in test
1 parent 7a89674 commit 8e73271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/param-add.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc < %s -march=nvptx64 --debug-counter=dagcombine=0 | FileCheck %s
3-
; RUN: %if ptxas %{ llc < %s -march=nvptx64 | %ptxas-verify %}
3+
; RUN: %if ptxas %{ llc < %s -march=nvptx64 --debug-counter=dagcombine=0 | %ptxas-verify %}
44

55
; REQUIRES: asserts
66
; asserts are required for --debug-counter=dagcombine=0 to have the intended

0 commit comments

Comments
 (0)