[PATCH] D72856: [ARM][MVE] Enable masked scatter

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 07:34:54 PST 2020


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks.



================
Comment at: llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp:459-460
 
-  if (Gathers.empty())
+  if (Gathers.empty() && Scatters.empty())
     return false;
 
----------------
You probably don't need these two lines any more.


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

https://reviews.llvm.org/D72856





More information about the llvm-commits mailing list