This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove slc from flat offset complex patterns
ClosedPublic

Authored by arsenm on Aug 14 2020, 2:11 PM.

Details

Summary

This was always set to 0. Use a default value of 0 in this context to
satisfy the instruction definition patterns. We can't unconditionally
use SLC with a default value of 0 due to limitations in TableGen's
handling of defaulted operands when followed by non-default operands.

Diff Detail

Event Timeline

arsenm created this revision.Aug 14 2020, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2020, 2:11 PM
arsenm requested review of this revision.Aug 14 2020, 2:11 PM
rampitec accepted this revision.Aug 14 2020, 3:26 PM
This revision is now accepted and ready to land.Aug 14 2020, 3:26 PM