Skip to content

Commit cfb4f11

Browse files
AlexMacleangithub-actions[bot]
authored andcommitted
Automerge: [NVPTX][test] fixup version for ptxas on trunc-tofp.ll (#149558)
2 parents 8dca51b + 9d9662e commit cfb4f11

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)