[clang] [CIR] Add nothrow attribute to the call operation (PR #145178)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 11:10:01 PDT 2025


================
@@ -662,13 +665,17 @@ static void printCallCommon(mlir::Operation *op,
   }
   printer << "(" << ops << ")";
 
+  if (isNothrow)
+    printer << " nothrow";
----------------
bcardosolopes wrote:

and here!

https://github.com/llvm/llvm-project/pull/145178


More information about the cfe-commits mailing list