Map from instructions to memory‐operand changes applied during expansion.
Synopsis
Declared in <llvm/CodeGen/ModuloSchedule.h>
using InstrChangesTy = DenseMap<MachineInstr*, std::pair<Register, int64_t>>;
Created with MrDocs