[llvm] 9d9662e - [NVPTX][test] fixup version for ptxas on trunc-tofp.ll (#149558)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 13:27:34 PDT 2025
Author: Alex MacLean
Date: 2025-07-18T13:27:31-07:00
New Revision: 9d9662e4bdffc109cc5a7d0fa7c522d27babfa31
URL: https://github.com/llvm/llvm-project/commit/9d9662e4bdffc109cc5a7d0fa7c522d27babfa31
DIFF: https://github.com/llvm/llvm-project/commit/9d9662e4bdffc109cc5a7d0fa7c522d27babfa31.diff
LOG: [NVPTX][test] fixup version for ptxas on trunc-tofp.ll (#149558)
Added:
Modified:
llvm/test/CodeGen/NVPTX/trunc-tofp.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/NVPTX/trunc-tofp.ll b/llvm/test/CodeGen/NVPTX/trunc-tofp.ll
index 404c423cc026a..12502b6f29899 100644
--- a/llvm/test/CodeGen/NVPTX/trunc-tofp.ll
+++ b/llvm/test/CodeGen/NVPTX/trunc-tofp.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: llc < %s -mcpu=sm_80 | FileCheck %s
-; RUN: %if ptxas %{ llc < %s -mcpu=sm_80 | %ptxas-verify %}
+; RUN: llc < %s -mcpu=sm_50 | FileCheck %s
+; RUN: %if ptxas %{ llc < %s -mcpu=sm_50 | %ptxas-verify -arch=sm_50 %}
target triple = "nvptx64-nvidia-cuda"
More information about the llvm-commits
mailing list