[llvm] [AArch64][llvm][tablegen] Restrict luti6 assembly (4 regs, 8-bit) to 0 <= Zn <= 7 (PR #200751)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 06:03:11 PDT 2026
================
@@ -74,6 +74,19 @@ DecodeGPR64x8ClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address,
return Success;
}
+template <unsigned RegClassID, unsigned Multiple, unsigned Min, unsigned Max>
----------------
jthackray wrote:
Now unified.
https://github.com/llvm/llvm-project/pull/200751
More information about the llvm-commits
mailing list