This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest
ClosedPublic

Authored by uenoku on Dec 29 2019, 1:38 AM.

Details

Summary

This patch makes AAValueSimplify use changeUsesAfterManifest in manifest. This will invoke simple folding after the manifest.

Diff Detail

Event Timeline

uenoku created this revision.Dec 29 2019, 1:38 AM
jdoerfert accepted this revision.Dec 29 2019, 8:15 AM

LGTM. FWIW, the improved AAVAlueSimplify does fold on its own.

This revision is now accepted and ready to land.Dec 29 2019, 8:15 AM

LGTM. FWIW, the improved AAVAlueSimplify does fold on its own.

Yes, I'm looking forward to seeing D68934 :).

This revision was automatically updated to reflect the committed changes.