[PATCH] D138081: [IR] Split out IR printing passes into IRPrinter
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 09:41:31 PST 2022
tejohnson added a comment.
In D138081#3934386 <https://reviews.llvm.org/D138081#3934386>, @MaskRay wrote:
>> This diff splits out (from LLVMCore) IR printing passes into IRPrinter.
>
> I haven't spent too much time reading this patch. Is this to fix layering check for `-module-summary/-flto=thin with -S/-emit-llvm`?
Yes. That should be mentioned in the summary (as arthur requested).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138081/new/
https://reviews.llvm.org/D138081
More information about the llvm-commits
mailing list