This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine][Assumes] Cannonicalize assumes in instcombine
AbandonedPublic

Authored by Tyker on Sep 26 2020, 6:52 AM.

Details

Reviewers
jdoerfert
Summary

this allows remving assumes about allocas, remove bitcasts or GEP used only in assume

Diff Detail

Event Timeline

Tyker created this revision.Sep 26 2020, 6:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2020, 6:52 AM
Tyker requested review of this revision.Sep 26 2020, 6:52 AM
Tyker abandoned this revision.Sep 26 2020, 6:59 AM

this was a mistake i intended to update D82703