[PATCH] D126255: [SVE] Remove custom lowering of scalable vector MGATHER & MSCATTER operations.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 16:23:47 PDT 2022
paulwalker-arm added reviewers: kmclaughlin, david-arm, sdesmalen.
paulwalker-arm added a comment.
I can't quite decide if this is better or worse than the current implementation as much of the target specific gather/scatter code remains. My hope is there's value in lowering the intrinsics to stock `ISD::MGATHER`/`ISD::MCATTER` operations early, thus forcing all normal gather/scatter operations down the same path.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126255/new/
https://reviews.llvm.org/D126255
More information about the llvm-commits
mailing list