summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-constpool.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-29 02:18:41 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-29 02:18:41 +0000
commit1e30d783dd3023a7ed0c13ac379709bcdcbbe149 (patch)
tree5b73e686e08bb1c567208302b8112c423acebc5a /llvm/test/CodeGen/X86/fast-isel-constpool.ll
parent07964fbdcb0fdccbcdcdb26179dc4f0d3a78fc01 (diff)
downloadbcm5719-llvm-1e30d783dd3023a7ed0c13ac379709bcdcbbe149.tar.gz
bcm5719-llvm-1e30d783dd3023a7ed0c13ac379709bcdcbbe149.zip
[X86] Add AVX512 support to X86FastISel::X86MaterializeFP
llvm-svn: 316853
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-constpool.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-constpool.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-constpool.ll b/llvm/test/CodeGen/X86/fast-isel-constpool.ll
index dda7ce949cf..374a5e3907c 100644
--- a/llvm/test/CodeGen/X86/fast-isel-constpool.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-constpool.ll
@@ -3,6 +3,8 @@
; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=large < %s | FileCheck %s --check-prefix=LARGE
; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=small -mattr=avx < %s | FileCheck %s --check-prefix=AVX
; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=large -mattr=avx < %s | FileCheck %s --check-prefix=LARGE_AVX
+; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=small -mattr=avx512f < %s | FileCheck %s --check-prefix=AVX
+; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=large -mattr=avx512f < %s | FileCheck %s --check-prefix=LARGE_AVX
; Make sure fast isel uses rip-relative addressing for the small code model.
define float @constpool_float(float %x) {
OpenPOWER on IntegriCloud