Commit 4741f3a
authored
Arm backend: Relocate not-equal decomposition after rank matching (#19769)
Move DecomposeNotEqualPass to the post scalar-removal node
transformation block. This removes its special placement between
ReplaceScalarWithTensorByProfilePass and MatchArgRanksPass.
Also match ranks for ne.Tensor before decomposition so scalar not-equal
does not produce mismatched TOSA EQUAL operands.
Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>1 parent 85dfa44 commit 4741f3a
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | 484 | | |
488 | 485 | | |
489 | 486 | | |
490 | 487 | | |
491 | 488 | | |
492 | 489 | | |
493 | 490 | | |
| 491 | + | |
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments