[PATCH] D150953: [Clang][SVE2.1] Add clang support for prototypes using svcount_t

hassnaaHamdi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 05:31:34 PDT 2023


hassnaa-arm added inline comments.


================
Comment at: clang/include/clang/Basic/arm_sve.td:56
 // P: boolean
+// Qa: svcount
 // U: unsigned
----------------
sdesmalen wrote:
> The typespec modifier in this file can remain `Q` rather than `Qa`. Can you change it back?
what if there is a new type that is target-specific ?
At that case we will have to find a new character.
But if we now use Qa, we can use Qb for the new type.
Is that correct ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150953



More information about the cfe-commits mailing list