This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fixed WWM bug in block otherwise entirely in WQM
ClosedPublic

Authored by tpr on May 17 2018, 12:47 PM.

Details

Summary

For a block with WQM on entry and exit and containing no exact mode
code, but containing some WWM code, the WQM pass forgot to process the
block at all and so did not insert code to enter and leave WWM.

This commit fixes that.

Change-Id: I044792eead1293bed4203fb26ce75f47878afeb6

Diff Detail

Repository
rL LLVM

Event Timeline

tpr created this revision.May 17 2018, 12:47 PM
tpr added reviewers: cwabbott, nhaehnle, mareko, Restricted Project.May 17 2018, 12:51 PM
nhaehnle accepted this revision as: nhaehnle.May 26 2018, 1:35 PM

Oops :)
LGTM.

This revision is now accepted and ready to land.May 26 2018, 1:35 PM
This revision was automatically updated to reflect the committed changes.