Commit 85728a5
Update tests for ixsimpl canonical forms
- wave_utils_test.py: Update Mod simplification assertion to match
ixsimpl's canonical form (Mod(4*a, 16) vs 4*Mod(a, 4)).
- mma.py LIT test: Relax cluster mask CHECK lines since ixsimpl
flattens Piecewise into individual selects rather than a cascaded
chain. Both forms are algebraically equivalent.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>1 parent 6970c7d commit 85728a5
2 files changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
647 | 642 | | |
648 | 643 | | |
649 | 644 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments