[llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 22 11:19:20 PDT 2020



> On Jul 22, 2020, at 14:12, Chen, Yuanfang <Yuanfang.Chen at sony.com> wrote:
> 
> Hi Matt, which analysis is this?
> 

I checked again, and it currently is not a real analysis. It’s just a CallGraphResourceInfo map in AMDGPUAsmPrinter, which happens to rely on CodeGenSCCOrder. I think I intended to move this to a separate analysis at one point

-Matt


More information about the llvm-dev mailing list