Return true if MI can obviously be folded into IntoMI. MI and IntoMI do not need to be in the same basic blocks, but MI must preceed IntoMI.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h>

bool
isObviouslySafeToFold(
    MachineInstr& MI,
    MachineInstr& IntoMI) const;

Parameters

Name

Description

MI

Representation of each machine instruction.

IntoMI

Representation of each machine instruction.

Created with MrDocs