[all-commits] [llvm/llvm-project] d2d42d: [CodeGen][MISched] Rename instance of Cycle -> Rel...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Wed Jan 24 10:55:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2d42dcfde7e9bf58e49b376ae7488ffac97f4c8
https://github.com/llvm/llvm-project/commit/d2d42dcfde7e9bf58e49b376ae7488ffac97f4c8
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/CodeGen/MachineScheduler.cpp
Log Message:
-----------
[CodeGen][MISched] Rename instance of Cycle -> ReleaseAtCycle
b1ae461a5358932851de42b66ffde8748da51a83 renamed Cycle ->
ReleaseAtCycle.
7e09239e24b339f45f63a670e2e831150826bf70 was committed without rebasing
but used the old Cycle syntax.
This caused a build failure when
7e09239e24b339f45f63a670e2e831150826bf70 was squash-and-merged. This
patch fixes this problem.
More information about the All-commits
mailing list