llvm-project
b8fdc59d - [Passes][Inliner] Handle optsize/minsize via attributes only (#190168)

Commit
50 days ago
[Passes][Inliner] Handle optsize/minsize via attributes only (#190168) InlineParams already has separate threshold for OptSize/MinSize functions that get applied based on the corresponding function attributes. As such, we should not also be changing the DefaultThreshold based on the pipeline Os/Oz levels as well.
Author
Parents
Loading