[PATCH] D39450: [X86] Add AVX512 support to X86FastISel::fastMaterializeFloatZero.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 00:07:41 PDT 2017


craig.topper created this revision.

[X86] Teach fast isel to handle i64 sitofp with AVX.

For some reason we only handled i32 sitofp with AVX. But with SSE only we support i64 so we should do the same with AVX.


https://reviews.llvm.org/D39450

Files:
  lib/Target/X86/X86FastISel.cpp
  test/CodeGen/X86/fast-isel-int-float-conversion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39450.120942.patch
Type: text/x-patch
Size: 3660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/f2f576ee/attachment.bin>


More information about the llvm-commits mailing list