This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix a test to be more stable
ClosedPublic

Authored by arsenm on Jun 2 2020, 10:26 AM.

Details

Reviewers
rampitec
Summary

The chained unconditional branches can be eliminated and it's not
relevant to the test.

Diff Detail

Event Timeline

arsenm created this revision.Jun 2 2020, 10:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2020, 10:26 AM
Herald added subscribers: kerbowa, t-tye, tpr and 7 others. · View Herald Transcript
rampitec accepted this revision.Jun 2 2020, 10:38 AM

Chained branch was only needed to split the block.

This revision is now accepted and ready to land.Jun 2 2020, 10:38 AM