[SLP][X86] Add missing triple from pr49081.ll test

This commit is contained in:
Simon Pilgrim 2022-09-25 16:22:42 +01:00
parent 4851fbc3cf
commit 200fe18c5c
1 changed files with 2 additions and 1 deletions

View File

@ -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) {