LLVM: llvm::MCReadAdvanceEntry Struct Reference (original) (raw)
Specify the number of cycles allowed after instruction issue before a particular use operand reads its registers. More...
Specify the number of cycles allowed after instruction issue before a particular use operand reads its registers.
This effectively reduces the write's latency. Here we allow negative cycles for corner cases where latency increases. This rule only applies when the entry's WriteResource matches the write's WriteResource.
MCReadAdvanceEntries are sorted first by operand index (UseIdx), then by WriteResourceIdx.
Definition at line 108 of file MCSchedule.h.