[PATCH] D142948: [OpenCL] Disable vector to scalar types coercion for OpenCL

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 13:03:40 PST 2023


rjmccall added a comment.

Does the x86 backend lower these small vectors to the same ABI?  If so, I think we could just teach Clang unconditionally that it doesn't need this coercion on x86 targets.  If not, this is an ABI break; are you sure that's okay?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142948/new/

https://reviews.llvm.org/D142948



More information about the cfe-commits mailing list