Skip to content

Commit 560c2fd

Browse files
committed
NVPTX: fix test failures under ptxas-12.0.
(Because ptxas-12 no longer supports 32-bit.) Fixes c5b11a7 and 8da3a8f.
1 parent b2d7d72 commit 560c2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/NVPTX/param-overalign.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -march=nvptx | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -march=nvptx -verify-machineinstrs | %ptxas-verify %}
2+
; RUN: %if ptxas && !ptxas-12.0 %{ llc < %s -march=nvptx -verify-machineinstrs | %ptxas-verify %}
33

44
target triple = "nvptx64-nvidia-cuda"
55

llvm/test/CodeGen/NVPTX/st-param-imm.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: llc < %s -march=nvptx64 | FileCheck %s
33
; RUN: llc < %s -march=nvptx | FileCheck %s
4-
; RUN: %if ptxas %{ llc < %s -march=nvptx -verify-machineinstrs | %ptxas-verify %}
4+
; RUN: %if ptxas && !ptxas-12.0 %{ llc < %s -march=nvptx -verify-machineinstrs | %ptxas-verify %}
55
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -verify-machineinstrs | %ptxas-verify %}
66

77
target triple = "nvptx64-nvidia-cuda"

0 commit comments

Comments
 (0)