This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Mark GFX11 dual source blend export as strict-wqm
ClosedPublic

Authored by foad on Jun 16 2022, 9:13 AM.

Details

Summary

The instructions that generate the source of dual source blend export
should run in strict-wqm. That is if any lane in a quad is active,
we need to enable all four lanes of that quad to make the shuffling
operation before exporting to dual source blend target work correctly.

Diff Detail

Event Timeline

foad created this revision.Jun 16 2022, 9:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 9:13 AM
foad requested review of this revision.Jun 16 2022, 9:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 9:13 AM
foad added a reviewer: Restricted Project.Jun 16 2022, 9:14 AM
rampitec accepted this revision.Jun 16 2022, 11:15 AM
This revision is now accepted and ready to land.Jun 16 2022, 11:15 AM
This revision was landed with ongoing or failed builds.Jun 20 2022, 1:58 PM
This revision was automatically updated to reflect the committed changes.