Useful to selectively disable importing into specific modules for
debugging/triaging/workarounds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16561 Build 16561: arc lint + arc unit
Event Timeline
lib/Analysis/ModuleSummaryAnalysis.cpp | ||
---|---|---|
331–332 | Is this the desired behavior or should the flag not affect these edges that are forced to be inlined in AutoFDO? One can argue for preserving critical edges so that the profile gets applied correctly. If you think this behavior is desired, please mention this in the description text of the flag. |
lib/Analysis/ModuleSummaryAnalysis.cpp | ||
---|---|---|
331–332 | I think both options are potentially useful, so I have changed this to an enum so that we can support both. |
Is this the desired behavior or should the flag not affect these edges that are forced to be inlined in AutoFDO? One can argue for preserving critical edges so that the profile gets applied correctly. If you think this behavior is desired, please mention this in the description text of the flag.