Commit 2627a62
Add dependency for RemoveCatFromSliceCopyPass. (#15312)
Summary:
This diff moves RemoveCatFromSliceCopyPass after MovePermuteAfterConcat because the latter pass may introduce the new cat-slice pairs.
With this diff in, the unwanted cat ops described in task, get optimized:
{F1982857385}
Reviewed By: hsharma35, DrJessop
Differential Revision: D850879301 parent 7f68c4f commit 2627a62
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments