This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Ignore debug use during PreRARematerialize stage in scheduling pass
ClosedPublic

Authored by vangthao on Apr 4 2022, 9:53 AM.

Details

Summary

Ignore all debug uses when collecting trivially rematerializable defs. This fixes an issue with difference in codegen when enabling debug info.

Diff Detail

Event Timeline

vangthao created this revision.Apr 4 2022, 9:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 9:53 AM
vangthao requested review of this revision.Apr 4 2022, 9:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 9:53 AM
This revision is now accepted and ready to land.Apr 4 2022, 10:40 AM
This revision was landed with ongoing or failed builds.Apr 4 2022, 11:16 AM
This revision was automatically updated to reflect the committed changes.