[PATCH] D151060: [Clang][Sema] Generate vector vs scalar builtin overloads
Cassie Jones via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 21:16:08 PDT 2023
porglezomp added a comment.
Confirming your sense that those loops look a bit suspicious, I've found that this makes some implicit conversions ambiguous.
Put a test case up for that at D151532 <https://reviews.llvm.org/D151532>, I think I understand what those loops should be changed to instead, so I'll update when I have something passing this new test as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151060/new/
https://reviews.llvm.org/D151060
More information about the cfe-commits
mailing list