[all-commits] [llvm/llvm-project] cb7561: [Sched] Add MacroFusion mutation if fusions are no...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Tue Feb 6 23:38:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb7561ac5a8445f5c526c949efd50f45f55bb089
https://github.com/llvm/llvm-project/commit/cb7561ac5a8445f5c526c949efd50f45f55bb089
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M llvm/lib/CodeGen/MachineScheduler.cpp
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
Log Message:
-----------
[Sched] Add MacroFusion mutation if fusions are not empty (#72227)
We can get the fusions list by `getMacroFusions` and if it is not
empty, then we will add the MacroFusion mutation automatically.
More information about the All-commits
mailing list