This is an archive of the discontinued LLVM Phabricator instance.

[ConstantFolding] Do not remove side effect from constrained functions
ClosedPublic

Authored by sepavloff on Dec 16 2021, 3:57 AM.

Details

Summary

According to the discussion in https://reviews.llvm.org/D110322 the code
that removes side effect from replaced function call is deleted.

Diff Detail

Event Timeline

sepavloff created this revision.Dec 16 2021, 3:57 AM
sepavloff requested review of this revision.Dec 16 2021, 3:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2021, 3:57 AM
nikic accepted this revision.Dec 16 2021, 4:06 AM

LG to unblock further work.

This revision is now accepted and ready to land.Dec 16 2021, 4:06 AM
This revision was landed with ongoing or failed builds.Dec 21 2021, 10:47 PM
This revision was automatically updated to reflect the committed changes.