[clang] [llvm] [Clang][AArch64] Add customisable immediate range checking to NEON (PR #100278)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 07:23:23 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
----------------
SpencerAbson wrote:
thanks!
https://github.com/llvm/llvm-project/pull/100278
More information about the llvm-commits
mailing list