This is an archive of the discontinued LLVM Phabricator instance.

[IPSCCP] Constant fold struct argument/instructions when all the lattice values are constant
ClosedPublic

Authored by davide on Jul 13 2016, 7:32 PM.

Details

Summary

This now should also work with the interprocedural variant of the pass. Slightly easier now that the yak is shaved.

Diff Detail

Event Timeline

davide updated this revision to Diff 63902.Jul 13 2016, 7:32 PM
davide retitled this revision from to [IPSCCP] Constant fold struct argument/instructions when all the lattice values are constant.
davide updated this object.
davide added a reviewer: eli.friedman.
davide added a subscriber: llvm-commits.
eli.friedman accepted this revision.Jul 13 2016, 7:53 PM
eli.friedman edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 13 2016, 7:53 PM
This revision was automatically updated to reflect the committed changes.