We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e560a commit 5ecb580Copy full SHA for 5ecb580
llvm/test/CodeGen/NVPTX/pr126337.ll
@@ -1,6 +1,6 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_70 | FileCheck %s
3
-; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_70 | %ptxas-verify %}
+; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_70 | %ptxas -arch=sm_70 -c - %}
4
5
; This IR should compile without triggering assertions in LICM
6
; when the CopyToReg from %0 in the first BB gets eliminated
0 commit comments