[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for new Advanced SIMD (Neon) instructions (PR #163165)

Jonathan Thackray via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 16 06:50:50 PDT 2025


================
@@ -1166,6 +1166,21 @@ def timm32_0_15 : Operand<i32>, TImmLeaf<i32, [{
   let ParserMatchClass = Imm0_15Operand;
 }
 
+// timm32_1_16 predicate - True if the 32-bit immediate is in the range [1,16]
+def timm32_1_16 : Operand<i32>, TImmLeaf<i32, [{
----------------
jthackray wrote:

Yeah, I was meaning to remove these, since I clicked on the "AI review" button last night, and it also noticed this. Now done.

Thanks for all your reviewing 🫠 

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


More information about the llvm-branch-commits mailing list