LLVM 22.0.0git
|
Helper struct for the implementation of 3-address conversion to communicate updates made to instruction operands. More...
Public Attributes | |
MachineInstr * | RemoveMIUse = nullptr |
Other instruction whose def is no longer used by the converted instruction. |
Helper struct for the implementation of 3-address conversion to communicate updates made to instruction operands.
Definition at line 4037 of file SIInstrInfo.cpp.
MachineInstr* llvm::SIInstrInfo::ThreeAddressUpdates::RemoveMIUse = nullptr |
Other instruction whose def is no longer used by the converted instruction.
Definition at line 4040 of file SIInstrInfo.cpp.