Skip to content

Commit 9da221d

Browse files
committed
[SLP][NFC]Remove incorrect attribure from the test, NFC.
1 parent a544761 commit 9da221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/SLPVectorizer/X86/gather-extractelements-different-bbs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -S -passes=slp-vectorizer -mtriple=x86_64-unknown-linux -mattr="-avx512pf,+avx512f,+avx512bw" -slp-threshold=-100 -slp-min-tree-size=0 < %s | FileCheck %s
2+
; RUN: opt -S -passes=slp-vectorizer -mtriple=x86_64-unknown-linux -mattr="+avx512f,+avx512bw" -slp-threshold=-100 -slp-min-tree-size=0 < %s | FileCheck %s
33

44
define i32 @foo(i32 %a) {
55
; CHECK-LABEL: @foo(

0 commit comments

Comments
 (0)