Files
clang-p2996/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
Pengcheng Wang 3108cbdfe9 [RISCV][NFC] Simplify the creation of Scheduler (#142553)
If `createMachineScheduler`/`createPostMachineScheduler` return a
`nullptr`, then we will call `createSchedLive`/`createSchedPostRA`
anyway.

We can always create the Scheduler first and simplify the following
conditions.
2025-06-03 17:55:11 +08:00

24 KiB