[PATCH] D79100: [LV] Emit new IR intrinsic llvm.get.active.mask for tail-folded loops
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 02:08:29 PDT 2020
SjoerdMeijer added a comment.
I have just committed the required scaffolding for this:
- the new intrinsic in rG7fb8a40e5220 <https://reviews.llvm.org/rG7fb8a40e5220d6d4efa14c15f92b6f28ba1b18f7>
- the new TTI hook in rG7480ccbfc9d2 <https://reviews.llvm.org/rG7480ccbfc9d258a38eb99bbfccc6511e6ae10b70>
So was wondering if we are happy with this LV part too?
Just FYI, I am addressing comments on our backend support for this intrinsic in D79175 <https://reviews.llvm.org/D79175>. Once that is ready, I will commit this and D79175 <https://reviews.llvm.org/D79175> at the same time.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79100/new/
https://reviews.llvm.org/D79100
More information about the llvm-commits
mailing list