[llvm] 661d64b - [NVPTX] disable combine-mad test for newer ptxas (#93919)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 1 09:29:00 PDT 2024
Author: Alex MacLean
Date: 2024-06-01T09:28:56-07:00
New Revision: 661d64bc20d58c4970b378dd3e87ee594d2b4150
URL: https://github.com/llvm/llvm-project/commit/661d64bc20d58c4970b378dd3e87ee594d2b4150
DIFF: https://github.com/llvm/llvm-project/commit/661d64bc20d58c4970b378dd3e87ee594d2b4150.diff
LOG: [NVPTX] disable combine-mad test for newer ptxas (#93919)
Added:
Modified:
llvm/test/CodeGen/NVPTX/combine-mad.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/NVPTX/combine-mad.ll b/llvm/test/CodeGen/NVPTX/combine-mad.ll
index fba389afdca39..0637bc916ea49 100644
--- a/llvm/test/CodeGen/NVPTX/combine-mad.ll
+++ b/llvm/test/CodeGen/NVPTX/combine-mad.ll
@@ -1,7 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_20 -O1 | FileCheck %s
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 -O1 | FileCheck %s
-; RUN: %if ptxas %{ llc < %s -mtriple=nvptx -mcpu=sm_20 -O1 | %ptxas-verify %}
+; RUN: %if ptxas && !ptxas-12.0 %{ llc < %s -mtriple=nvptx -mcpu=sm_20 -O1 | %ptxas-verify %}
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_20 -O1 | %ptxas-verify %}
define i32 @test1(i32 %n, i32 %m) {
More information about the llvm-commits
mailing list