[PATCH] D13347: [FastISel][X86] Teach how to select SSE2/AVX bitcasts between 128/256-bit vector types.

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 15:01:46 PDT 2015


andreadb updated this revision to Diff 36308.
andreadb added a comment.

Patch Updated.

Replaced the check for X86ScalarSSEf64 with a more appropriate check for SSE2.
Removed redundant check for type sizes.

Please let me know if okay to commit.
Thanks!


http://reviews.llvm.org/D13347

Files:
  lib/Target/X86/X86FastISel.cpp
  test/CodeGen/X86/fast-isel-bitcasts-avx.ll
  test/CodeGen/X86/fast-isel-bitcasts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13347.36308.patch
Type: text/x-patch
Size: 14023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151001/f249dbde/attachment.bin>


More information about the llvm-commits mailing list