This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix WQM failure with single block inactive demote
ClosedPublic

Authored by critson on May 5 2021, 6:22 PM.

Details

Summary

Instruction test for inactive kill/demote needs to be based on
actual opcode not whether instruction would be lowered to demote.

Diff Detail

Event Timeline

critson created this revision.May 5 2021, 6:22 PM
critson requested review of this revision.May 5 2021, 6:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2021, 6:22 PM
piotr accepted this revision.May 5 2021, 11:47 PM
This revision is now accepted and ready to land.May 5 2021, 11:47 PM
This revision was automatically updated to reflect the committed changes.