This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Update mcp-overlap-after-propagation.mir test
ClosedPublic

Authored by barannikov88 on Mar 26 2023, 11:27 PM.

Details

Summary

The test was added in D69953, but since D67794 landed a bit later it no
longer catches the bug. Update the test to be representative again.

Diff Detail

Event Timeline

barannikov88 created this revision.Mar 26 2023, 11:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2023, 11:27 PM
barannikov88 requested review of this revision.Mar 26 2023, 11:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2023, 11:27 PM

The change effectively disables BackwardCopyPropagateBlock that folded the first copy into
the preceding load, eliminating definition of s[60-67], which is necessary to reproduce the bug.

arsenm accepted this revision.Apr 4 2023, 7:18 AM
This revision is now accepted and ready to land.Apr 4 2023, 7:18 AM