[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
Thu Oct 11 22:56:42 PDT 2018


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

Try to keep combineStore from using i64 when the original type was fp. Prevents a regression in fold-load-vec.ll


Repository:
  rL LLVM

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/fold-load-vec.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.169353.patch
Type: text/x-patch
Size: 17106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181012/3a1a8fe4/attachment.bin>


More information about the llvm-commits mailing list