This revision was automatically updated to reflect the committed changes.
Closed by commit rG9a8d477a0e00: [OpenCL] Add builtin function attribute
handling (authored by svenvh).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64319/new/
https://review
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64319/new/
https://reviews.llvm.org/D64319
___
cfe-commits mailing lis
svenvh updated this revision to Diff 222197.
svenvh edited the summary of this revision.
svenvh added a comment.
Herald added a reviewer: rengolin.
- Rebase onto recent master.
- Fix formatting.
- Use predefined attribute sets like "Attr.Const" instead of bit lists.
CHANGES SINCE LAST ACTION
h
Pierre created this revision.
Pierre added reviewers: Anastasia, svenvh.
Pierre added projects: clang, LLVM.
Herald added subscribers: cfe-commits, kristina.
Add handling to for the "overload, "pure", "constant" and
"convergent" function attributes for OpenCL builtin functions.
Repository:
rC