This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Move RPT::getLiveRegs() check under EXPENSIVE_CHECKS
ClosedPublic

Authored by rampitec on Feb 22 2021, 3:13 PM.

Details

Summary

This is too expensive even for debug builds. It doubles
scheduling time if enabled.

Diff Detail

Event Timeline

rampitec created this revision.Feb 22 2021, 3:13 PM
rampitec requested review of this revision.Feb 22 2021, 3:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2021, 3:13 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Feb 22 2021, 3:14 PM
This revision is now accepted and ready to land.Feb 22 2021, 3:14 PM