[PATCH] D53417: [Clang][Sema][PowerPC] Choose a better candidate in overload function call if there is a compatible vector conversion instead of ambiguous call error
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 8 22:03:38 PST 2018
wuzish added a comment.
In https://reviews.llvm.org/D53417#1292404, @rsmith wrote:
> I like the direction here, and I'd like to see this applied generally: a conversion sequence that bitcasts a vector should be ranked worse than one that does not, regardless of the kind of vector in use.
I also would like to make the direction more aggressive.
https://reviews.llvm.org/D53417
More information about the cfe-commits
mailing list