You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- After 2929a29,
`ConversionPatternRewriter::replaceAllUsesWith` behavior is changed
from the previous immediate mode into a delayed fashion. The legacy
operation of `replaceAllUsesWith` followed by `eraseOp` is no longer
working, replace that sequence with `replaceOp`.
0 commit comments