Skip to content

Commit 553616a

Browse files
committed
[SLP][NFC]Add avx2 test run, NFC.
1 parent 9f93a99 commit 553616a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/SLPVectorizer/X86/multi-nodes-to-shuffle.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
22
; RUN: opt -passes=slp-vectorizer -S < %s -mtriple=x86_64-unknown-linux -slp-threshold=-107 | FileCheck %s
3+
; RUN: opt -passes=slp-vectorizer -S < %s -mtriple=x86_64-unknown-linux -slp-threshold=-107 -mattr=+avx2 | FileCheck %s
34

45
define void @test(i64 %p0, i64 %p1, i64 %p2, i64 %p3) {
56
; CHECK-LABEL: @test(

0 commit comments

Comments
 (0)