[llvm] [AArch64][llvm][tablegen] Restrict luti6 assembly (4 regs, 8-bit) to 0 <= Zn <= 7 (PR #200751)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 05:27:02 PDT 2026
================
@@ -1429,6 +1425,30 @@ class ZPRVectorListMul<int ElementWidth, int NumRegs, string RegClassSuffix = ""
# "AArch64::ZPR" # RegClassSuffix # "RegClassID" # ">";
}
+class ZPRVectorListMinMax<int ElementWidth, int NumRegs, int Min, int Max,
----------------
Lukacma wrote:
Why can't we just reuse ZPRVectorListMul here ? (Of course we would need to change the naming if we went that route)
https://github.com/llvm/llvm-project/pull/200751
More information about the llvm-commits
mailing list