OSDN Git Service

[X86][AVX] Add AVX2 tests to extractelement-load.ll
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 7 Jul 2020 17:19:58 +0000 (18:19 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 7 Jul 2020 17:32:32 +0000 (18:32 +0100)
llvm/test/CodeGen/X86/extractelement-load.ll

index 332fea8..5eb2463 100644 (file)
@@ -1,7 +1,8 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse2 | FileCheck %s --check-prefixes=X32-SSE2
 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+ssse3 | FileCheck %s --check-prefixes=X64,X64-SSSE3
-; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx | FileCheck %s --check-prefixes=X64,X64-AVX
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx  | FileCheck %s --check-prefixes=X64,X64-AVX,X64-AVX1
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=X64,X64-AVX,X64-AVX2
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"