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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 05:27:40 PDT 2021


Author: Simon Pilgrim
Date: 2021-09-08T13:26:08+01:00
New Revision: 35cc4ad3541623fc3823e54849adcfbe1a7c6318

URL: https://github.com/llvm/llvm-project/commit/35cc4ad3541623fc3823e54849adcfbe1a7c6318
DIFF: https://github.com/llvm/llvm-project/commit/35cc4ad3541623fc3823e54849adcfbe1a7c6318.diff

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

This will be useful as part of D109348

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/combine-concatvectors.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/combine-concatvectors.ll b/llvm/test/CodeGen/X86/combine-concatvectors.ll
index 1a8d8d9e73ec..18e2e00920dd 100644
--- a/llvm/test/CodeGen/X86/combine-concatvectors.ll
+++ b/llvm/test/CodeGen/X86/combine-concatvectors.ll
@@ -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:


        


More information about the llvm-commits mailing list