[llvm] 8a6a2c4 - [ModuloSchedule] Add missing comma.
Hendrik Greving via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 13:18:56 PDT 2020
Author: Hendrik Greving
Date: 2020-05-21T13:18:07-07:00
New Revision: 8a6a2c4cb66d2c3202c9bb0d532ffbb265c4f3f1
URL: https://github.com/llvm/llvm-project/commit/8a6a2c4cb66d2c3202c9bb0d532ffbb265c4f3f1
DIFF: https://github.com/llvm/llvm-project/commit/8a6a2c4cb66d2c3202c9bb0d532ffbb265c4f3f1.diff
LOG: [ModuloSchedule] Add missing comma.
This is a test commit as per Chris to verify commit access.
Thanks!
Added:
Modified:
llvm/lib/CodeGen/ModuloSchedule.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/ModuloSchedule.cpp b/llvm/lib/CodeGen/ModuloSchedule.cpp
index 944a295ac26d..aa3599675c91 100644
--- a/llvm/lib/CodeGen/ModuloSchedule.cpp
+++ b/llvm/lib/CodeGen/ModuloSchedule.cpp
@@ -420,7 +420,7 @@ void ModuloScheduleExpander::generateExistingPhis(
unsigned NewReg = 0;
unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled;
// In the epilog, we may need to look back one stage to get the correct
- // Phi name because the epilog and prolog blocks execute the same stage.
+ // Phi name, because the epilog and prolog blocks execute the same stage.
// The correct name is from the previous block only when the Phi has
// been completely scheduled prior to the epilog, and Phi value is not
// needed in multiple stages.
More information about the llvm-commits
mailing list