[clang] [Clang][AArch64] Add customisable immediate range checking to NEON (PR #100278)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 08:21:30 PDT 2024


================
@@ -403,6 +369,63 @@ enum ArmSMEState : unsigned {
   ArmZT0Mask = 0b11 << 2
 };
 
+bool SemaARM::ParseNeonImmChecks(
----------------
Lukacma wrote:

Have you thought about merging ParseNeonImmChecks and ParseSVEImmChecks into single function, which would work for both? Or is there some incompatibility between them ?

https://github.com/llvm/llvm-project/pull/100278


More information about the cfe-commits mailing list