================
@@ -662,13 +665,17 @@ static void printCallCommon(mlir::Operation *op,
}
printer << "(" << ops << ")";
+ if (isNothrow)
+ printer << " nothrow";
----------------
Lancern wrote:
Here is just ASM syntax. I believe it's OK to leave it as is, but we should
instead update
https://github.com/llvm/llvm-project/pull/145178/commits/183dad89003c36f3c3d11c4b930908b829f40f17#diff-faa2ec54c50ac1851dc87e935f0b77253e82ba068c0a711133fde2c8f29f5522R678
?
https://github.com/llvm/llvm-project/pull/145178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits