[llvm-branch-commits] [llvm] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6 operations (PR #163164)

Jonathan Thackray via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 22 09:36:05 PDT 2025


================
@@ -4882,6 +4882,15 @@ ParseStatus AArch64AsmParser::tryParseVectorList(OperandVector &Operands,
       FirstReg, Count, Stride, NumElements, ElementWidth, VectorKind, S,
       getLoc(), getContext()));
 
+  if (Mnemonic == "luti6") {
----------------
jthackray wrote:

Okay, it works without this `if {` clause, and doesn't affect any other tests.

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


More information about the llvm-branch-commits mailing list