This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add regression testcase for bundle pressure issue
ClosedPublic

Authored by arsenm on Feb 16 2021, 4:38 PM.

Details

Reviewers
rampitec
Summary

This is a somewhat reduced testcase that regressed, causing the revert
in 477e3fe4f874b1c4d5896f3bfaf7b3b8a6d38103.

This was producing a bundle that could not be allocated. This is a
tricky one to reduce/reproduce, but I do like having some sanity check
for this. I could make this less fragile by converting to a MIR test,
but it would still be pretty big.

Diff Detail

Event Timeline

arsenm created this revision.Feb 16 2021, 4:38 PM
arsenm requested review of this revision.Feb 16 2021, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2021, 4:38 PM
Herald added a subscriber: wdng. · View Herald Transcript

Probably MIR test will be more stable.

arsenm updated this revision to Diff 324314.Feb 17 2021, 8:05 AM

Switch to mir test

rampitec accepted this revision.Feb 17 2021, 10:28 AM
This revision is now accepted and ready to land.Feb 17 2021, 10:28 AM