[PATCH] D94779: [Clang] Ensure vector predication pragma is ignored only when vectorization width is 1.
Malhar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 18 05:52:28 PST 2021
malharJ added a comment.
> what is the problem with the current behaviour (i.e. not ignoring/handling it)?
The current behaviour is //ignoring/not handling// the vectorize_predication pragma whenever vectorization width is non-zero.
Could you kindly see the original condition I stated in my previous comment ?
My patch is trying to fix this by handling the predication pragma for all cases (other than when = 1).
Please let me know if Im mistaken.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94779/new/
https://reviews.llvm.org/D94779
More information about the cfe-commits
mailing list