[all-commits] [llvm/llvm-project] f0ec9f: [Pipeliner] Fixed optimization remarks and debug d...
mariannems via All-commits
all-commits at lists.llvm.org
Wed Feb 17 09:30:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0ec9f1bb3f2236afaddc68bd6cb6f1e74c2a402
https://github.com/llvm/llvm-project/commit/f0ec9f1bb3f2236afaddc68bd6cb6f1e74c2a402
Author: Marianne Mailhot-Sarrasin <marianne.ms.qc at gmail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M llvm/include/llvm/CodeGen/MachinePipeliner.h
M llvm/lib/CodeGen/MachinePipeliner.cpp
Log Message:
-----------
[Pipeliner] Fixed optimization remarks and debug dumps Initiation
Interval value
The II value was incremented before exiting the loop, and therefor when
used in the optimization remarks and debug dumps it did not reflect the
initiation interval actually used in Schedule.
Differential Revision: https://reviews.llvm.org/D95692
More information about the All-commits
mailing list