[PATCH] D77056: [Sema][SVE] Allow non-member operators for SVE types

Richard Sandiford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 1 17:15:30 PDT 2020


rsandifo-arm added a comment.

I'd like to promote this from an RFC to an RFA.  The associated cfe-dev discussion was:

http://lists.llvm.org/pipermail/cfe-dev/2020-March/065060.html

continuing into April here:

http://lists.llvm.org/pipermail/cfe-dev/2020-April/065069.html

I don't think there were any objections to the proposal.  In particular, in:

http://lists.llvm.org/pipermail/cfe-dev/2020-March/065062.html

Erich referred specifically to 'other' vector types, so it didn't sound like that was an objection to allowing overloading for these SVE types.  (The SVE types aren't vectors at the language level, but are instead just opaque blobs.  The patch is specific to them, and leaves the handing of normal vectors unchanged.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77056





More information about the cfe-commits mailing list