summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-05-20 02:00:08 +0000
committerCraig Topper <craig.topper@gmail.com>2016-05-20 02:00:08 +0000
commit0a7a8dee2bf83dbfff3a36702b8f1ed472bd18ce (patch)
tree83268ab28cc2b7004d733465d537804224cebbb4 /llvm/test/CodeGen/X86/avx-intrinsics-x86.ll
parent11565444caeb58ad1c0d6d80c9a25f55df2a7d5d (diff)
downloadbcm5719-llvm-0a7a8dee2bf83dbfff3a36702b8f1ed472bd18ce.tar.gz
bcm5719-llvm-0a7a8dee2bf83dbfff3a36702b8f1ed472bd18ce.zip
[X86] Fix some AVX patterns to only be disabled if VLX and BWI are supported. Without this we get isel failures on the avx-intrinsics-x86.ll test in AVX512VL.
llvm-svn: 270174
Diffstat (limited to 'llvm/test/CodeGen/X86/avx-intrinsics-x86.ll')
-rw-r--r--llvm/test/CodeGen/X86/avx-intrinsics-x86.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll b/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll
index f8d285866a7..b6205fa7586 100644
--- a/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll
+++ b/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx,aes,pclmul | FileCheck %s
+; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx512vl,aes,pclmul | FileCheck %s
define <2 x i64> @test_x86_aesni_aesdec(<2 x i64> %a0, <2 x i64> %a1) {
; CHECK-LABEL: test_x86_aesni_aesdec:
OpenPOWER on IntegriCloud