[all-commits] [llvm/llvm-project] f4231b: [RISCV] Replace PostRAScheduler with PostMachineSc...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Oct 18 22:30:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4231bf446ed8663886a86eb5b8b2db57baff854
https://github.com/llvm/llvm-project/commit/f4231bf446ed8663886a86eb5b8b2db57baff854
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/test/CodeGen/RISCV/O3-pipeline.ll
M llvm/test/CodeGen/RISCV/macro-fusion-lui-addi.ll
Log Message:
-----------
[RISCV] Replace PostRAScheduler with PostMachineScheduler (#68696)
Just like what other targets have done.
And this will make DAG mutations like MacroFusion take effect.
More information about the All-commits
mailing list