================
@@ -1801,6 +1817,16 @@ void cir::FuncOp::print(OpAsmPrinter &p) {
p << ")";
}
+ if (auto inlineKind = getInlineKind()) {
----------------
bcardosolopes wrote:
We shouldn't have to do this manually either, seems like we are
printing/parsing different names than the tablegen encodes, we should only have
the tablegen version and have all this be autogenerated
https://github.com/llvm/llvm-project/pull/162866
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits