forked from OSchip/llvm-project
[SLP][X86] Add missing triple from pr49081.ll test
This commit is contained in:
parent
4851fbc3cf
commit
200fe18c5c
|
@ -1,5 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -slp-vectorizer -instcombine -S < %s | FileCheck %s
|
||||
; RUN: opt -mtriple=x86_64-- -slp-vectorizer -instcombine -S < %s | FileCheck %s
|
||||
|
||||
; These conversions should be vectorized by reviews.llvm.org/D57059
|
||||
|
||||
define dso_local <4 x float> @foo(<4 x i32> %0) {
|
||||
|
|
Loading…
Reference in New Issue