Commit 7000187
authored
Workaround for ConversionPatternRewriter::eraseOp issue (#4310)
Using `ConversionPatternRewriter::replaceAllUsesWith` +
`ConversionPatternRewriter::eraseOp` is not supported at the moment, and
will fail an assert after integrating
llvm/llvm-project@2929a29.
The workaround is to use `replaceOp` instead, see:
llvm/llvm-project#155244 (comment)1 parent b8f742b commit 7000187
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
| |||
0 commit comments