Skip to content

Commit 52f75fc

Browse files
committed
Cleanup unused check labels
1 parent 9134ff1 commit 52f75fc

File tree

1 file changed

+4
-9
lines changed
  • llvm/test/Transforms/SLPVectorizer/NVPTX

1 file changed

+4
-9
lines changed

llvm/test/Transforms/SLPVectorizer/NVPTX/v2f16.ll

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_90 | FileCheck %s -check-prefixes=VECTOR,SM90
3-
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_80 | FileCheck %s -check-prefixes=VECTOR,SM80
4-
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_70 | FileCheck %s -check-prefixes=VECTOR,SM70
5-
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_50 | FileCheck %s -check-prefixes=NOVECTOR,SM50
2+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_90 | FileCheck %s -check-prefix=VECTOR
3+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_80 | FileCheck %s -check-prefix=VECTOR
4+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_70 | FileCheck %s -check-prefix=VECTOR
5+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=nvptx64-nvidia-cuda -mcpu=sm_50 | FileCheck %s -check-prefix=NOVECTOR
66

77
define void @fusion(ptr noalias nocapture align 256 dereferenceable(19267584) %arg, ptr noalias nocapture readonly align 256 dereferenceable(19267584) %arg1, i32 %arg2, i32 %arg3) local_unnamed_addr #0 {
88
; VECTOR-LABEL: @fusion(
@@ -116,8 +116,3 @@ declare noundef i32 @llvm.nvvm.read.ptx.sreg.tid.x() #1
116116

117117
attributes #0 = { nounwind }
118118
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
119-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
120-
; SM50: {{.*}}
121-
; SM70: {{.*}}
122-
; SM80: {{.*}}
123-
; SM90: {{.*}}

0 commit comments

Comments
 (0)