[WaveTransform] Update MIR tests for new register allocation pipeline#1828
Merged
cdevadas merged 1 commit intoamd-feature/wave-transformfrom Mar 23, 2026
Conversation
Collaborator
|
PSDB Build Link: http://mlse-bdc-20dd129:8065/#/builders/10/builds/167 |
a9c291a to
6eed833
Compare
Updated MIR tests to enable late wave transform and adjust pipeline stopping points for the new register allocation flow. These tests validate register allocation behavior with WaveTransform inserted between RA passes. Tests updated: - dead_bundle.mir - fold-restore-undef-use.mir - greedy-alloc-fail-sgpr1024-spill.mir - greedy-remark-crash-unassigned-reg.mir - inflated-reg-class-snippet-copy-use-after-free.mir - infloop-subrange-spill-inspect-subrange.mir - infloop-subrange-spill.mir - ran-out-of-sgprs-allocation-failure.mir - regalloc-undef-copy-fold.mir - remaining-virtual-register-operands.mir - remat-dead-subreg.mir - remat-sop.mir - remat-vop.mir - si-lower-sgpr-spills-vgpr-lanes-usage.mir - spill-empty-live-interval.mir - splitkit-do-not-undo-subclass-split-with-remat.mir - virtregrewrite-undef-identity-copy.mir
6eed833 to
5fbb1f0
Compare
Collaborator
|
PSDB Build Link: http://mlse-bdc-20dd129:8065/#/builders/10/builds/168 |
Collaborator
|
PSDB Build Link: http://mlse-bdc-20dd129:8065/#/builders/10/builds/169 |
TejaX-Alaghari
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated MIR tests to enable late wave transform and adjust pipeline
stopping points for the new register allocation flow. These tests validate
register allocation behavior with WaveTransform inserted between RA passes.
Tests updated: