[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:33 PDT 2024


================
@@ -15,6 +15,7 @@
 
 #include "clang/AST/DeclBase.h"
 #include "clang/AST/Expr.h"
+#include "clang/Basic/TargetBuiltins.h"
----------------
Lukacma wrote:

I don't think moving this include is necessary

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


More information about the cfe-commits mailing list