This is an archive of the discontinued LLVM Phabricator instance.

[NFC] New test case for BasicAA and memcy/memmove with deopt
ClosedPublic

Authored by ebrevnov on Jan 24 2022, 3:58 AM.

Details

Summary

New test checks results of BasicAA for llvm.memcpy.*/llvm.memmove.* intrinsics in presence of deopt bundle. By specification expected result for unrelated global memory should be Ref. Currently this is not the case and will be fixed in upcoming patches.

Diff Detail

Event Timeline

ebrevnov requested review of this revision.Jan 24 2022, 3:58 AM
ebrevnov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2022, 3:58 AM
fhahn accepted this revision.Jan 24 2022, 4:02 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 24 2022, 4:02 AM
This revision was landed with ongoing or failed builds.Jan 24 2022, 4:53 AM
This revision was automatically updated to reflect the committed changes.