================ @@ -44,6 +46,96 @@ using namespace cir; using namespace llvm; +using namespace mlir; ---------------- Priyanshu3820 wrote:
I had used explicit `mlir::` prefixes throughout but added `using namespace mlir;` just to prevent any discrepancies. I have removed it now. https://github.com/llvm/llvm-project/pull/169310 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
