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

Heh, oof...  My patch for attribute transformations ends up doing stuff right 
here too, probably should find a way to unify those somehow.

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