Meinersbur added a comment.
[serious] Need to update docs.
I'd expect `predicate` to be an option of another transformation. For
vectorization, by convention the #pragma name would be `vectorize_predicate`
and the metadata `llvm.loop.vectorize.predicate`. As a standalone, it is not
clear what
SjoerdMeijer added a comment.
So I went for:
predicate(enable)
as I think that is most general, best capturing it, but I am of course
completely open to bikeshedding names :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64744/new/
https://reviews.llvm.org/D64744
__
SjoerdMeijer updated this revision to Diff 210314.
SjoerdMeijer retitled this revision from "Loop #pragma tail_predicate" to "
#pragma clang loop predicate(enable|disable)".
SjoerdMeijer edited the summary of this revision.
Herald added a subscriber: zzheng.
CHANGES SINCE LAST ACTION
https://re