[llvm] [CodeGen] Add MO_LaneMask type and a new COPY_LANEMASK instruction (PR #151944)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 10:35:52 PDT 2025


================
@@ -807,6 +807,23 @@ For an int eq predicate ``ICMP_EQ``, the syntax is:
 
    %2:gpr(s32) = G_ICMP intpred(eq), %0, %1
 
+Lanemask Operands
----------------
jayfoad wrote:

Nit: Please spell it "LaneMask" (capital M) throughout this patch to match the existing codebase.

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


More information about the llvm-commits mailing list