[PATCH] D146283: [Passes] Add PassBuilderContext
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 04:00:59 PDT 2023
nikic added inline comments.
================
Comment at: llvm/include/llvm/Passes/PassBuilder.h:712
+struct PassBuilderContext {
+ PassInstrumentationCallbacks PIC;
+ PassBuilder PB;
----------------
Not entirely sure whether PassInstrumentationCallbacks should be part of this or not. This is mostly used in conjunction with StandardInstrumentations, so maybe it doesn't belong here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146283/new/
https://reviews.llvm.org/D146283
More information about the llvm-commits
mailing list