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

Erich Keane llvmlistbot at llvm.org
Mon Jan 26 08:14:09 PST 2026


================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
----------------
erichkeane wrote:

I actually have that as an Open for @andykaylor as well.  We've been leaving them separate to show that they ARE the same, though it seems we could/should merge them.  Andy: WDYT?

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


More information about the Mlir-commits mailing list