Commit c11ba1b
authored
Cortex-M backend: Ensure no get_attr nodes appear after lowering (#18538)
Adds an additional run of the lift_constant_tensor_pass after all passes
in CortexMPassManager has been run, previously the serializer would
complain in some cases with ETRecords enabled, see #18422
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>1 parent c7f1d72 commit c11ba1b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
0 commit comments