forked from OSchip/llvm-project
[X86] Add AVX2 test coverage to combine-concatvectors.ll
This will be useful as part of D109348
This commit is contained in:
parent
88a2031207
commit
35cc4ad354
|
@ -1,5 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
||||
; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s
|
||||
|
||||
define void @PR32957(<2 x float>* %in, <8 x float>* %out) {
|
||||
; CHECK-LABEL: PR32957:
|
||||
|
|
Loading…
Reference in New Issue