This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Sink noaliasing calls that can have side-effects
AbandonedPublic

Authored by anna on Nov 26 2021, 9:52 AM.

Details

Summary

Further improvement to D109917 so that we can sink noalias calls that
have side-effects down to their use. See updated testcases around
allocations.

Diff Detail