Commit fccf8cc
[Dispatch] Fix return in multiuse fusion (iree-org#21536)
Use `continue` instead of `return` because the consumer can still be
fused with other producers even if one is a bit extend/truncate.
From iree-org#21524 (comment)
Signed-off-by: Ian Wood <[email protected]>
Signed-off-by: keshavvinayak01 <[email protected]>1 parent 3748970 commit fccf8cc
File tree
1 file changed
+4
-3
lines changed- compiler/src/iree/compiler/DispatchCreation
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
0 commit comments