[llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager (original) (raw)
Chen, Yuanfang via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 22 11:24:27 PDT 2020
- Previous message: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager
- Next message: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks. I'll take a look.
From: Matt Arsenault <whatmannerofburgeristhis at gmail.com> on behalf of Matt Arsenault <arsenm2 at gmail.com> Sent: Wednesday, July 22, 2020 11:19 AM To: Chen, Yuanfang Cc: Craig Topper; Nicolai Hähnle; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager
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
- Previous message: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager
- Next message: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]