This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Remove doing assumption propagation in the front end.
ClosedPublic

Authored by jhuber6 on Oct 8 2021, 1:32 PM.

Details

Summary

This patch removes the assumption propagation that was added in D110655
primarily to get assumption informatino on opaque call sites for
optimizations. The analysis done in D111445 allows us to do this more
intelligently in the back-end.

Depends on D111445

Diff Detail

Event Timeline

jhuber6 created this revision.Oct 8 2021, 1:32 PM
jhuber6 requested review of this revision.Oct 8 2021, 1:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 1:32 PM
jdoerfert accepted this revision.Nov 9 2021, 8:05 AM

I'm assuming this is simply a revert, LG in that case, once the others landed.

This revision is now accepted and ready to land.Nov 9 2021, 8:05 AM
This revision was landed with ongoing or failed builds.Nov 9 2021, 2:39 PM
This revision was automatically updated to reflect the committed changes.