[PATCH] D84937: [SVE][CodeGen] Fix scalable vector issues in DAGTypeLegalizer::GenWidenVectorStores

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 13:20:38 PDT 2020


efriedma added a comment.

I actually wanted `<vscale x 6 x float>`, not `<vscale x 12 x float>`.  The difference being that it exercises the path where the two stores have different types.  (I guess it might be a little tricky to construct one without tripping over other issues; I think you should be able to use a splat?)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84937/new/

https://reviews.llvm.org/D84937



More information about the llvm-commits mailing list