AMDGPU ISel can add extra passes when expensive checks are enabled. This means the pipeline can be reordered and the checks may fail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146038
[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 TimelineThis 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 Closed by commit rG0ea6f0e15878: [AMDGPU] Don't run `llc-pipeline.ll` when expensive_checks are enabled (authored by Pierre-vh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 505058 llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
|