From f0831eef0b35e5296a1741078f1bebc255a7ff25 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 13 Jul 2018 21:03:43 +0000 Subject: [X86][FastISel] Add EVEX support to sitofp handling. llvm-svn: 337045 --- llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll') 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) { -- cgit v1.2.3