[X86] Add AVX2 test coverage to combine-concatvectors.ll

This will be useful as part of D109348
This commit is contained in:
Simon Pilgrim 2021-09-08 13:26:08 +01:00
parent 88a2031207
commit 35cc4ad354
1 changed files with 2 additions and 1 deletions

View File

@ -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: