Commit 70fd62b
authored
Arm backend: allow global register for ArmBackend pass insertions (#18937)
To make the use of custom ops easier (which rely on passes to handle
rewrite
and prevent decomposition) - provide a simple mechanism to insert them
into
the pass manager using existing functionality.
Also a small commit which fixes missing doc updates.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson
---------
Signed-off-by: Rob Elliott <Robert.Elliott@arm.com>1 parent cb30495 commit 70fd62b
3 files changed
Lines changed: 44 additions & 2 deletions
File tree
- backends/arm/_passes
- docs/source/backends
- arm-ethos-u
- arm-vgf
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
178 | 204 | | |
179 | 205 | | |
180 | 206 | | |
| |||
323 | 349 | | |
324 | 350 | | |
325 | 351 | | |
326 | | - | |
| 352 | + | |
327 | 353 | | |
328 | 354 | | |
329 | 355 | | |
330 | 356 | | |
331 | 357 | | |
332 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
333 | 363 | | |
334 | 364 | | |
335 | 365 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments