[Mlir-commits] [clang] [mlir] [CIR] Implement 'noreturn' attribute for functions/calls. (PR #177978)

Erich Keane llvmlistbot at llvm.org
Mon Jan 26 08:06:00 PST 2026


================
@@ -2673,6 +2673,7 @@ static constexpr std::array kExplicitLLVMFuncOpAttributes{
     StringLiteral("uwtable"),
     StringLiteral("vscale_range"),
     StringLiteral("willreturn"),
+    StringLiteral("noreturn"),
----------------
erichkeane wrote:

Thank you for the review!  Matthias suggested 3 of those 5 test files, and I discovered the `processFunctionAttributes` being missing literally 30 seconds before I saw this email :).  I appreciate the feedback, and I'll update the other two tests as well + alpha this.

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


More information about the Mlir-commits mailing list