There are functions that the linker is able to automatically deduplicate, we do not outline from these functions by default. This allows for outlining from those functions.
Tests:
- llvm/test/Transforms/IROutliner/outlining-odr.ll
Differential D87309
[IRSim][IROutliner] Adding option to enable outlining from linkonceodr functions AndrewLitteken on Sep 8 2020, 11:28 AM. Authored by
Details There are functions that the linker is able to automatically deduplicate, we do not outline from these functions by default. This allows for outlining from those functions. Tests:
Diff Detail
Event Timeline
|