[PATCH] D60763: Prototype OpenCL BIFs using Tablegen
Nicola Zaghen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 07:47:16 PDT 2019
Nicola added a comment.
A bit late to the review, but I've noticed a couple of issues with some of the implemented builtins:
- The fmin/fmax builtins are defined twice for scalar types, does this create problems in overload resolution when using them?
- The convert_ builtins don't have support for half types (which is present in the opencl-c.h header. Is that intended?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60763/new/
https://reviews.llvm.org/D60763
More information about the cfe-commits
mailing list