Displaying 1 result from an estimated 1 matches for "gokhalesushant91".
2020 Nov 10
1
Inliner in legacy pass manager
Hi,
So, does this mean that in legacy pass manager, when I run:
PM.add( someFunctionPass() ) // PM is modulePassManager
it creates FunctionPassManager, runs the function pass,destroys the
functionPassManager and returns control to modulePassManager?
Also, you have said that this wasn't the primary reason for the
introduction of the new pass manager. But then is this one of the reasons?