This is an archive of the discontinued LLVM Phabricator instance.

[DSE,MSSA] Recognise init_trampoline in getLocForWriteEx
ClosedPublic

Authored by john.brawn on Jul 14 2020, 8:47 AM.

Details

Summary

This fixes an instance where MemorySSA-using Dead Store Elimination is failing to do a transformation that the non-MemorySSA-using version does.

Diff Detail

Event Timeline

john.brawn created this revision.Jul 14 2020, 8:47 AM
fhahn accepted this revision.Jul 14 2020, 9:03 AM

LGTM, thanks! This is in line with what legacy DSE does.

This revision is now accepted and ready to land.Jul 14 2020, 9:03 AM
This revision was automatically updated to reflect the committed changes.