summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-30 21:09:19 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-30 21:09:19 +0000
commit9f01f6093cef31a7c972e7ffc98f60964c4941ba (patch)
treeb74a98901378062b3e4b85453252968023424173 /llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
parent205e5f656b2f279b74c1f47d56643624e46271b4 (diff)
downloadbcm5719-llvm-9f01f6093cef31a7c972e7ffc98f60964c4941ba.tar.gz
bcm5719-llvm-9f01f6093cef31a7c972e7ffc98f60964c4941ba.zip
[X86] Add AVX512 support to fast isel's X86ChooseCmpOpcode.
llvm-svn: 316955
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll b/llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
index 4e9eda0a44d..eb4994f3c49 100644
--- a/llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
@@ -2,6 +2,7 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=CHECK --check-prefix=NOAVX --check-prefix=SDAG
; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CHECK --check-prefix=NOAVX --check-prefix=FAST
; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort=1 -mattr=avx | FileCheck %s --check-prefix=CHECK --check-prefix=FAST_AVX
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort=1 -mattr=avx512f | FileCheck %s --check-prefix=CHECK --check-prefix=FAST_AVX
; Test all the cmp predicates that can feed an integer conditional move.
OpenPOWER on IntegriCloud