[PATCH] D73198: [ARM][MVE] Tail-predication: support constant trip count
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 08:41:04 PST 2020
samparker added inline comments.
================
Comment at: llvm/lib/Target/ARM/MVETailPredication.cpp:394
- // TODO: Support constant trip counts.
+ // If this is a constant trip count, we directly return this. And if it is a
+ // multiple of the vectorisation factor, the vectoriser should not have
----------------
But the number of elements isn't equal to the trip count!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73198/new/
https://reviews.llvm.org/D73198
More information about the llvm-commits
mailing list