diff options
author | Craig Topper <craig.topper@intel.com> | 2018-07-13 21:03:43 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-07-13 21:03:43 +0000 |
commit | f0831eef0b35e5296a1741078f1bebc255a7ff25 (patch) | |
tree | 24dbc02f67ea5c067b1bf3cc13e50b63694942ff /llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll | |
parent | ddf998b608a4af753338adecb84e62d1e0207a1e (diff) | |
download | bcm5719-llvm-f0831eef0b35e5296a1741078f1bebc255a7ff25.tar.gz bcm5719-llvm-f0831eef0b35e5296a1741078f1bebc255a7ff25.zip |
[X86][FastISel] Add EVEX support to sitofp handling.
llvm-svn: 337045
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll b/llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll index 6cca2101456..469b5e5b4ba 100644 --- a/llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll +++ b/llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll @@ -1,6 +1,7 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=generic -mattr=+sse2 -fast-isel --fast-isel-abort=1 < %s | FileCheck %s --check-prefix=ALL --check-prefix=SSE2 ; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=generic -mattr=+avx -fast-isel --fast-isel-abort=1 < %s | FileCheck %s --check-prefix=ALL --check-prefix=AVX +; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=generic -mattr=+avx512f -fast-isel --fast-isel-abort=1 < %s | FileCheck %s --check-prefix=ALL --check-prefix=AVX define double @long_to_double_rr(i64 %a) { |