LLVM 23.0.0git
llvm::SIInstrInfo::ThreeAddressUpdates Struct Reference

Helper struct for the implementation of 3-address conversion to communicate updates made to instruction operands. More...

Public Attributes

MachineInstrRemoveMIUse = nullptr
 Other instruction whose def is no longer used by the converted instruction.

Detailed Description

Helper struct for the implementation of 3-address conversion to communicate updates made to instruction operands.

Definition at line 4136 of file SIInstrInfo.cpp.

Member Data Documentation

◆ RemoveMIUse

MachineInstr* llvm::SIInstrInfo::ThreeAddressUpdates::RemoveMIUse = nullptr

Other instruction whose def is no longer used by the converted instruction.

Definition at line 4139 of file SIInstrInfo.cpp.


The documentation for this struct was generated from the following file: