[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
Sat Oct 13 11:53:32 PDT 2018


craig.topper added a comment.

I fixed the bitcast legalization to avoid the stack in r344425. That improved that test and fixed the regression here.


Repository:
  rL LLVM

https://reviews.llvm.org/D53173





More information about the llvm-commits mailing list