This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Don't run `llc-pipeline.ll` when expensive_checks are enabled
ClosedPublic

Authored by Pierre-vh on Mar 14 2023, 5:49 AM.

Details

Summary

AMDGPU ISel can add extra passes when expensive checks are enabled. This means the pipeline can be reordered and the checks may fail.

Diff Detail

Event Timeline

Pierre-vh created this revision.Mar 14 2023, 5:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 5:49 AM
Pierre-vh requested review of this revision.Mar 14 2023, 5:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 5:49 AM
arsenm accepted this revision.Mar 14 2023, 6:06 AM
This revision is now accepted and ready to land.Mar 14 2023, 6:06 AM
This revision was landed with ongoing or failed builds.Mar 14 2023, 6:12 AM
This revision was automatically updated to reflect the committed changes.