[PATCH] D71743: [TTI][ARM][MVE] Enable masked gathers from vector of pointers
Anna Welker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 02:54:12 PST 2019
anwel marked 5 inline comments as done.
anwel added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp:568
+ Ty->getScalarSizeInBits(), Alignment))
+ return false;
+
----------------
dmgreen wrote:
> I think it would be useful to add debug comments for what is happening, which will become more useful as we add more variants in here. Especially around why and where we have decided not to transform.
Yes, indeed. I have added some debug information.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71743/new/
https://reviews.llvm.org/D71743
More information about the llvm-commits
mailing list