[PATCH] D102437: [LV] NFCI: Move implementation of isScalarWithPredication to LoopVectorizationLegality
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 05:06:40 PDT 2021
sdesmalen added a comment.
Gentle ping.
@bmahjour are you happy with the patch now that I've split off the possibly functional changes? (which should mean this patch is now NFC)
@fhahn were you satisfied by my reasoning?
If so, then I can create a follow-up patch that addresses the FIXME that I left here <https://reviews.llvm.org/D98721#inline-966066>, and also improve the cost-model for the case where it currently can't eliminate the tail if the trip-count isn't divisible by the MaxVF (where it might pick a VF where the tail can be eliminated without requiring predication)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102437/new/
https://reviews.llvm.org/D102437
More information about the llvm-commits
mailing list