[clang] [CIR] Add custom constructor declaration to CIR lowering TableGen (PR #176664)

Sirui Mu via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 19 04:43:46 PST 2026


================
@@ -77,17 +77,35 @@ class LLVMLoweringInfo {
   string llvmOp = "";
 }
 
+class loweringBuilders<dag p, code b = ""> {
+  dag dagParams = p;
+  code body = b;
----------------
Lancern wrote:

Do we have a use case yet that requires the body to be specified?

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


More information about the cfe-commits mailing list