================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
