[PATCH] D52528: [X86] Type legalize v2f32 loads by using an f64 load and a scalar_to_vector.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 29 02:44:41 PDT 2018


RKSimon added a comment.

In https://reviews.llvm.org/D52528#1246579, @craig.topper wrote:

> I"m open to suggestions of how to improve the SSE1 codegen.


Its tricky - much of the movlps/movhps selection is based around either i64 or f64 elements.

I'm a bit worried about how easy it will be to fix some of these regressions for similar reasons - have you looked at follow up fixes for these yet?


Repository:
  rL LLVM

https://reviews.llvm.org/D52528





More information about the llvm-commits mailing list