This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Enable GCNRewritePartialRegUses pass by default.
AcceptedPublic

Authored by vpykhtin on Jul 26 2023, 7:03 AM.

Details

Reviewers
arsenm
Group Reviewers
Restricted Project
Summary

Do it once again after the fix https://reviews.llvm.org/D152832.

Diff Detail

Unit TestsFailed

Event Timeline

vpykhtin created this revision.Jul 26 2023, 7:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 7:03 AM
vpykhtin requested review of this revision.Jul 26 2023, 7:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 7:03 AM
vpykhtin updated this revision to Diff 544355.Jul 26 2023, 7:10 AM

Disable pass for CodeGen/AMDGPU/dead-lane.mir test.

vpykhtin added a reviewer: Restricted Project.Jul 26 2023, 7:11 AM
arsenm accepted this revision.Jul 26 2023, 7:14 AM
This revision is now accepted and ready to land.Jul 26 2023, 7:14 AM
vpykhtin updated this revision to Diff 544657.Jul 27 2023, 2:28 AM

Update failed expensive checks llc-pipeline.ll test.

Got some test failure on graphics, fixing.

The reason of the failure in graphics tests is known, fix is coming soon.