================
@@ -224,6 +278,8 @@ void clang::EmitCIRLowering(const llvm::RecordKeeper &RK,
   for (const auto *OpRecord : RK.getAllDerivedDefinitions("CIR_Op"))
     Generate(OpRecord);
 
+  emitCIRAttrToValueVisitor(RK, OS);
----------------
andykaylor wrote:

I'll let this sit until your patch lands when you get back in the office. 
There's a lot more going on in yours, and this is just cleanup. In the 
meantime, I'll explore the alternate mechanisms we discussed.

https://github.com/llvm/llvm-project/pull/187607
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to