Skip to content

Commit 117fe03

Browse files
committed
Fix typo
1 parent 05ab811 commit 117fe03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/CodeGen/NVPTX/LoadStoreVectorizer.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | FileCheck -check-prefix=ENABLED %s
33
; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | FileCheck -check-prefix=DISABLED %s
4-
; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
5-
; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | %ptxas-verify -arch=sm_50 %}
4+
; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
5+
; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 -disable-nvptx-load-store-vectorizer < %s | %ptxas-verify -arch=sm_50 %}
66

77
target triple = "nvptx64-nvidia-cuda"
88

llvm/test/CodeGen/NVPTX/param-vectorize-device.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | FileCheck %s
2-
; RUN: %if ptxas-sm_50 && ptxas-isa-8.8 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
2+
; RUN: %if ptxas-sm_50 && ptxas-isa-8.3 %{ llc -march=nvptx64 -mcpu=sm_50 -mattr=+ptx83 < %s | %ptxas-verify -arch=sm_50 %}
33
;
44
; Check that parameters of a __device__ function with private or internal
55
; linkage called from a __global__ (kernel) function get increased alignment,

0 commit comments

Comments
 (0)