Skip to content

Commit

Permalink
[SLP][NFC]Add avx2 test run, NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-bataev committed Oct 19, 2023
1 parent 9f93a99 commit 553616a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -passes=slp-vectorizer -S < %s -mtriple=x86_64-unknown-linux -slp-threshold=-107 | FileCheck %s
; RUN: opt -passes=slp-vectorizer -S < %s -mtriple=x86_64-unknown-linux -slp-threshold=-107 -mattr=+avx2 | FileCheck %s

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

0 comments on commit 553616a

Please sign in to comment.