[llvm] [ModuloSchedule] Implement modulo variable expansion for pipelining (PR #65609)
James Nagurne via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 26 11:40:01 PDT 2024
================
@@ -766,6 +766,22 @@ class TargetInstrInfo : public MCInstrInfo {
createTripCountGreaterCondition(int TC, MachineBasicBlock &MBB,
SmallVectorImpl<MachineOperand> &Cond) = 0;
+ /// Create a condition to determine if the remaining trip count for a phase
+ /// is greater than TC. Some instructions such as comparisons may be
+ /// inserted at the bottom of MBB. The all instructions expanded for the
----------------
DragonDisciple wrote:
"The all instructions" -> "All instructions"
https://github.com/llvm/llvm-project/pull/65609
More information about the llvm-commits
mailing list