[Mlir-commits] [mlir] Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (PR #89356)

Christian Ulmann llvmlistbot at llvm.org
Fri Apr 19 02:39:42 PDT 2024


https://github.com/Dinistro approved this pull request.

Thanks for the cleanup. LGTM assuming that the usages of `mlir::` and `llvm::` are only done in places where both namespaces have a corresponding `using` directive.

https://github.com/llvm/llvm-project/pull/89356


More information about the Mlir-commits mailing list