[llvm] [MachineCopyPropagation, Scheduler] Detect and fix suboptimal instruction order to enable optimizations (PR #98087)

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 01:41:05 PDT 2024


qcolombet wrote:

> So what do you think of an implementation in MCP using the existing ScheduleDAG? 

That may work, but be careful about the compile time aspect of such approach. The impact needs to be negligible unless we show significant performance boost across the board (which I doubt we'll achieve)

https://github.com/llvm/llvm-project/pull/98087


More information about the llvm-commits mailing list