This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Remove a test that is no longer testing anything
AbandonedPublic

Authored by tstellarAMD on Jan 26 2016, 1:56 PM.

Details

Reviewers
arsenm
Summary

This test was originally meant to check that readlane instructions were
being inserted before exec mask operations at the end of branches.
However, this shader no longer triggers spilling, so there are no
readlane instructions any more.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Remove a test that is no longer testing anything.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm edited edge metadata.Jan 29 2016, 8:40 PM

Can we make the branches non-uniform or something else to trigger spilling again? This was a useful test when working on spill changes

tstellarAMD abandoned this revision.Feb 9 2016, 9:27 AM

I'll fix this in the uniform cfg patch.