[llvm] [NVPTX] Fix fence-nocluster.ll ptxas invocation (NFC) (PR #156531)
Justin Fargnoli via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 13:46:39 PDT 2025
https://github.com/justinfargnoli created https://github.com/llvm/llvm-project/pull/156531
Fix artifact of typo: https://github.com/llvm/llvm-project/pull/124865/files#r2317136426
>From 9fde4ce4876a75e297cb370129240c6d0c78e852 Mon Sep 17 00:00:00 2001
From: Justin Fargnoli <jfargnoli at nvidia.com>
Date: Tue, 2 Sep 2025 20:44:05 +0000
Subject: [PATCH] [NVPTX] Fix fence-nocluster.ll ptxas invocation (NFC)
---
llvm/test/CodeGen/NVPTX/fence-nocluster.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/test/CodeGen/NVPTX/fence-nocluster.ll b/llvm/test/CodeGen/NVPTX/fence-nocluster.ll
index 4985326bd7ba5..20f1df4d368e1 100644
--- a/llvm/test/CodeGen/NVPTX/fence-nocluster.ll
+++ b/llvm/test/CodeGen/NVPTX/fence-nocluster.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -mattr=+ptx50 | FileCheck %s --check-prefix=SM30
-; RUN: %if ptxas-sm_35 && ptxas-isa-5.0 && ptxas-ptr32 %{ llc < %s -march=nvptx64 -mcpu=sm_35 -mattr=+ptx50 | %ptxas-verify -arch=sm_35 %}
+; RUN: %if ptxas-sm_35 && ptxas-isa-5.0 %{ llc < %s -march=nvptx64 -mcpu=sm_35 -mattr=+ptx50 | %ptxas-verify -arch=sm_35 %}
; RUN: llc < %s -march=nvptx64 -mcpu=sm_70 -mattr=+ptx60 | FileCheck %s --check-prefix=SM70
; RUN: %if ptxas-sm_70 && ptxas-isa-6.0 %{ llc < %s -march=nvptx64 -mcpu=sm_70 -mattr=+ptx60 | %ptxas-verify -arch=sm_70 %}
; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx87 | FileCheck %s --check-prefix=SM90
More information about the llvm-commits
mailing list