Skip to content

Commit 9d9662e

Browse files
authored
[NVPTX][test] fixup version for ptxas on trunc-tofp.ll (#149558)
1 parent d64802d commit 9d9662e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/NVPTX/trunc-tofp.ll

Lines changed: 2 additions & 2 deletions
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
2-
; RUN: llc < %s -mcpu=sm_80 | FileCheck %s
3-
; RUN: %if ptxas %{ llc < %s -mcpu=sm_80 | %ptxas-verify %}
2+
; RUN: llc < %s -mcpu=sm_50 | FileCheck %s
3+
; RUN: %if ptxas %{ llc < %s -mcpu=sm_50 | %ptxas-verify -arch=sm_50 %}
44

55
target triple = "nvptx64-nvidia-cuda"
66

0 commit comments

Comments
 (0)