[Mlir-commits] [mlir] [mlir][tblgen] add concrete create methods (PR #147168)

Jacques Pienaar llvmlistbot at llvm.org
Mon Jul 7 03:38:43 PDT 2025


jpienaar wrote:

We would have to deprecate the other form completely everywhere, that's a cost to all users. It can be invoked from template classes/patterns, so a plain regex wouldn't suffice. So prudent to consider alternatives and their timelines.

I'm not proposing to solve this for all possible ways to forward argument templated methods, just those here and we have a fairly standard forwarding. clangd would be main one as its part of this larger project indeed - impossible to cater to all (else we'd probably be using C++11 here still).

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


More information about the Mlir-commits mailing list