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

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 03:45:32 PDT 2024


================
@@ -388,6 +372,9 @@ class SVEEmitter {
   /// Emit all the range checks for the immediates.
   void createRangeChecks(raw_ostream &o);
 
+  // Emit all the ImmCheckTypes to arm_immcheck_types.h
----------------
Lukacma wrote:

it should be arm_immcheck_types.inc

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


More information about the cfe-commits mailing list