This is an archive of the discontinued LLVM Phabricator instance.

Pass GetAssumptionCache to InlineFunctionInfo constructor in the new inliner implementation
ClosedPublic

Authored by eraman on Dec 21 2016, 4:23 PM.

Details

Summary

I suspect this got removed when you rebased after Hal's commit removing assumption cache but didn't get back in after that patch got reverted.

Diff Detail

Repository
rL LLVM

Event Timeline

eraman updated this revision to Diff 82286.Dec 21 2016, 4:23 PM
eraman retitled this revision from to Pass GetAssumptionCache to InlineFunctionInfo constructor in the new inliner implementation.
eraman updated this object.
eraman added a reviewer: chandlerc.
eraman added a subscriber: llvm-commits.
chandlerc accepted this revision.Dec 21 2016, 4:26 PM
chandlerc edited edge metadata.

Gah! Good find, yea, I ended up rebasing twice and only got it partially fixed the second time.

This revision is now accepted and ready to land.Dec 21 2016, 4:26 PM
This revision was automatically updated to reflect the committed changes.