[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


================
@@ -0,0 +1,202 @@
+// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -target-feature +v8.3a -ffreestanding -fsyntax-only -verify %s
----------------
Lukacma wrote:

Why isn't this test under this path ? clang/test/Sema/aarch64-neon-immediate-ranges

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


More information about the cfe-commits mailing list