[llvm-branch-commits] [llvm] 0fdb389 - Update atomics-b128.ll
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 28 13:47:58 PDT 2025
Author: Justin Fargnoli
Date: 2025-08-28T13:47:53-07:00
New Revision: 0fdb3897db3cee4d2e254c0b0f71adce994b6693
URL: https://github.com/llvm/llvm-project/commit/0fdb3897db3cee4d2e254c0b0f71adce994b6693
DIFF: https://github.com/llvm/llvm-project/commit/0fdb3897db3cee4d2e254c0b0f71adce994b6693.diff
LOG: Update atomics-b128.ll
Added:
Modified:
llvm/test/CodeGen/NVPTX/atomics-b128.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/NVPTX/atomics-b128.ll b/llvm/test/CodeGen/NVPTX/atomics-b128.ll
index 7cae7ebb642b3..fa1f2b4107b7f 100644
--- a/llvm/test/CodeGen/NVPTX/atomics-b128.ll
+++ b/llvm/test/CodeGen/NVPTX/atomics-b128.ll
@@ -2,7 +2,7 @@
; RUN: not llc < %s -mcpu=sm_90 -mattr=+ptx82 2>&1 | FileCheck %s --check-prefix=ERROR
; RUN: not llc < %s -mcpu=sm_80 -mattr=+ptx84 2>&1 | FileCheck %s --check-prefix=ERROR
; RUN: llc < %s -mcpu=sm_90 -mattr=+ptx84 | FileCheck %s --check-prefix=CHECK
-; RUN: %if ptxas-sm_90 && ptxas-isa-8.4 %{ llc < %s -mcpu=sm_90 -mattr=+ptx84 | %ptxas-verify -arch=sm_90 %}
+; RUN: %if ptxas-12.4 %{ llc < %s -mcpu=sm_90 -mattr=+ptx84 | %ptxas-verify -arch=sm_90 %}
;; TODO: Update cmpxchg.py so that it can automatically generate the IR for
;; these test cases.
More information about the llvm-branch-commits
mailing list