[clang] [llvm] [RegAlloc] Refactor CSR cost interface and enable CSR cost for X86 (PR #202007)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 19:54:13 PDT 2026


weiguozhi wrote:

> > Is this tested with FDO or plain mode?
> 
> plain mode

Could you also test it with PGO?
With profiling information, I expect LLVM computes more precise CSRCost and spillcost, so we can get better result.

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


More information about the cfe-commits mailing list