[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
Mon Nov 17 02:29:35 PST 2025


================
@@ -106,6 +106,7 @@ std::string VRegRenamer::getInstructionOpcodeHash(MachineInstr &MI) {
     case MachineOperand::MO_ExternalSymbol:
     case MachineOperand::MO_GlobalAddress:
     case MachineOperand::MO_BlockAddress:
+    case MachineOperand::MO_LaneMask:
----------------
jayfoad wrote:

This should be trivial to hash, so probably belongs in the "TODO" block above, around line 100.

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


More information about the llvm-commits mailing list