This is an archive of the discontinued LLVM Phabricator instance.

[DSE] Use notCapturedBeforeOrAt for isInvisibleToCallerBeforeRet (WIP).
Needs ReviewPublic

Authored by fhahn on Sep 20 2021, 11:58 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Not for commit!

PoC for using the caching introduced in D109844 for
isInvisibleToCallerBeforeRet.

This has a noticeable compile-time impact at the moment.

http://llvm-compile-time-tracker.com/compare.php?from=c12ba45d25e0bdde24b639b2638e8e735069f192&to=1ac1575395e6d51e512dce563375bae1784c2b04&stat=instructions

Diff Detail