[PATCH] D72330: [ARM][MVE] Enable masked gathers from base + vector of offsets
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 02:41:12 PST 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM. Nice one.
================
Comment at: llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp:257
+ } else {
+ LLVM_DEBUG(dbgs() << "masked gathers: incorrect scale for load. Can't"
+ << "create masked gather\n");
----------------
Nit: Add a space between the "Can't" and the "create".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72330/new/
https://reviews.llvm.org/D72330
More information about the llvm-commits
mailing list