[PATCH] D53173: [X86] Type legalize v2f32 stores by widening to v4f32, casting to v2f64, extracting f64 and storing.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 13:08:33 PDT 2018


craig.topper updated this revision to Diff 169476.
craig.topper added a comment.

Rebase


https://reviews.llvm.org/D53173

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/2011-10-19-widen_vselect.ll
  test/CodeGen/X86/2012-01-18-vbitcast.ll
  test/CodeGen/X86/sse-schedule.ll
  test/CodeGen/X86/vec_fptrunc.ll
  test/CodeGen/X86/widen_conv-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53173.169476.patch
Type: text/x-patch
Size: 16524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181012/8e3ee50b/attachment.bin>


More information about the llvm-commits mailing list