Commit d6e25e2
authored
Arm backend: Fix logging info in decomposition pass for asin (#12540)
Logging info about asin being approximated was placed before the
if-statement in call_operator resulting in it being triggered for all
ops, not just asin.
Signed-off-by: Emma Kujala <emma.kujala@arm.com>1 parent 373be8c commit d6e25e2
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
0 commit comments