[PATCH] D101219: [ARM] Memory operands for MVE gathers/scatters
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 01:43:24 PDT 2021
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Another good MO fix.
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:19380
+ return true;
+ }
case Intrinsic::arm_ldaex:
----------------
I see a lot of the same/similar patterns here. A little helper function to set these things comes to mind, but there's enough prior art of having these patterns inline, so either way is fine by me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101219/new/
https://reviews.llvm.org/D101219
More information about the llvm-commits
mailing list