[PATCH] D60763: Prototype OpenCL BIFs using Tablegen
Pierre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 07:01:32 PDT 2019
Pierre added a comment.
The wrong patch was uploaded. Sorry for this.
================
Comment at: clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp:107
+ // <<double, double>, 35>.
+ // TODO: Check the other types of vector available for performance purpose
+ std::vector<std::pair<std::vector<Record *>, unsigned>> SignatureSet;
----------------
Anastasia wrote:
> Is this TODO still relevant?
This is still relevant, but not for this patch I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60763/new/
https://reviews.llvm.org/D60763
More information about the cfe-commits
mailing list