[PATCH] D72856: [ARM][MVE] Enable masked scatter
Anna Welker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 08:52:42 PST 2020
anwel marked 2 inline comments as done.
anwel added inline comments.
================
Comment at: llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp:459-460
- if (Gathers.empty())
+ if (Gathers.empty() && Scatters.empty())
return false;
----------------
dmgreen wrote:
> You probably don't need these two lines any more.
No, I don't. Thanks for spotting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72856/new/
https://reviews.llvm.org/D72856
More information about the llvm-commits
mailing list