You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In llvm#157045 I didn't realize that IRMover object is
one for entire LTO, but IRLinker is created per
module. We need one chache for combined module.
I timed "IRLinker::linkNamedMDNodes" code on one
of our internal binaries, not very large, but
above average.
Before llvm#146020: 0.4859s
After llvm#146020: 624.4686s
After llvm#157045: 322.3493s
After this patch: 0.5574s
0 commit comments