[PATCH] D142033: [OpenCL] Always add nounwind attribute for OpenCL
Alexey Bader via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 18 09:27:55 PST 2023
bader accepted this revision.
bader added a comment.
This revision is now accepted and ready to land.
Should we generalize and rename `clang/test/CodeGenOpenCL/convergent.cl` to validate function attributes other than `convergent`? It's not obvious that presence of `nounwind` attribute is validated by `clang/test/CodeGenOpenCL/convergent.cl`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142033/new/
https://reviews.llvm.org/D142033
More information about the cfe-commits
mailing list