[PATCH] D64319: [OpenCL] Add function attributes handling for builtin functions

2019-11-05 Thread Sven van Haastregt via Phabricator via cfe-commits
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

[PATCH] D64319: [OpenCL] Add function attributes handling for builtin functions

2019-09-27 Thread Anastasia Stulova via Phabricator via cfe-commits
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

[PATCH] D64319: [OpenCL] Add function attributes handling for builtin functions

2019-09-27 Thread Sven van Haastregt via Phabricator via cfe-commits
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

[PATCH] D64319: [OpenCL] Add function attributes handling for builtin functions

2019-07-08 Thread Pierre GONDOIS via Phabricator via cfe-commits
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