[PATCH] D91092: [SVE][CodeGen] Lower scalable masked gathers

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 05:49:09 PST 2020


paulwalker-arm added a comment.

Is that not a bug in WidenVecRes_MGATHER?  I would have thought there's an expectation that the element count of MGATHER would match the element count of it's MemVT. That's to say that these nodes allow loads with element extension rather than loads where the vector is packed into a larger container.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91092



More information about the llvm-commits mailing list