[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
Wed Sep 26 03:16:49 PDT 2018


RKSimon added a comment.

Is it worth trying to improve the SSE1 codegen or just go with the SSE2+ f64 solution?


Repository:
  rL LLVM

https://reviews.llvm.org/D52528





More information about the llvm-commits mailing list