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
This commit fixes the failure when building with shared lib.
`visitUsedValuesDefinedAbove` is defined in `MLIRTransformUtils` but
that depends on this lib (`MLIRAnalysis`). The fix is to drop the use of
`visitUsedValuesDefinedAbove` and use `Region::walk` to traverse values
defined above.
0 commit comments