[Mlir-commits] [flang] [mlir] [mlir][tblgen] add concrete create methods (PR #147168)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Jul 8 14:57:39 PDT 2025
jpienaar wrote:
Oh and I'd be pro merging ImplicitLocOpBuilder in to Builders.h - it is really privileged now. I mean one could just have ImplicitLocOpBuilder.h keep including Builders.h, then you also keep folks happy who get their include indirectly. And then add pragma, soak, delete. The update for others before deletion is then sed `s/ImplicitLocOpBuilder.h/Builder.s/` .
https://github.com/llvm/llvm-project/pull/147168
More information about the Mlir-commits
mailing list