[PATCH] D85138: [ARM][MVE] Enable tail predication for loops containing MVE gather/scatters
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 05:32:05 PDT 2020
samparker added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.h:860
+ unsigned IntrinsicID = IntInst->getIntrinsicID();
+ return (IntrinsicID == Intrinsic::masked_scatter ||
IntrinsicID == Intrinsic::arm_mve_vstr_scatter_base ||
----------------
Like Dave also said, do we really need the generic IR opcodes in these helpers?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85138/new/
https://reviews.llvm.org/D85138
More information about the llvm-commits
mailing list