This is an archive of the discontinued LLVM Phabricator instance.

[amdgpu] Enable use of AA during codegen.
ClosedPublic

Authored by hliao on Oct 13 2020, 8:24 AM.

Diff Detail

Event Timeline

hliao created this revision.Oct 13 2020, 8:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2020, 8:24 AM
hliao requested review of this revision.Oct 13 2020, 8:24 AM
hliao added a comment.Oct 13 2020, 8:27 AM

Register pressure tests have to disable AMDGPU AA to pass the test; otherwise, the register pressure is reduced after using AA.

rampitec accepted this revision.Oct 13 2020, 12:07 PM

LGTM, but please run PSDB first.

This revision is now accepted and ready to land.Oct 13 2020, 12:07 PM
hliao updated this revision to Diff 299778.Oct 21 2020, 12:23 PM

Add an option to turn on/off the use of AA during codegen.

hliao updated this revision to Diff 300666.Oct 26 2020, 7:38 AM

Fix more regression tests due to the enhanced AMDGPU AA.

This revision was landed with ongoing or failed builds.Oct 27 2020, 6:46 AM
This revision was automatically updated to reflect the committed changes.