Only rewrite scf.yield when the parent op is supported by
scf-to-spirv.
Fixes: #61380, #61107, #61148
Differential D146080
[mlir][spirv] Fix scf.yield pattern conversion kuhar on Mar 14 2023, 12:31 PM. Authored by
Details Only rewrite scf.yield when the parent op is supported by Fixes: #61380, #61107, #61148
Diff Detail
Event TimelineComment Actions I discovered I skipped some existing tests, this doesn't always work. Working on a fix.
|
We don't need to check the dialect here given we are explicitly checking the ops?