[llvm] [RISCV][VLOPT] Get MachineInstr from MachineOperand in getOperandInfo. NFC (PR #119838)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 07:48:42 PST 2024
================
@@ -206,9 +206,9 @@ static bool isMaskOperand(const MachineInstr &MI, const MachineOperand &MO,
}
/// Return the OperandInfo for MO, which is an operand of MI.
----------------
michaelmaitland wrote:
nit: drop `which is an operand of MI`?
https://github.com/llvm/llvm-project/pull/119838
More information about the llvm-commits
mailing list