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

Andy Kaylor llvmlistbot at llvm.org
Tue Jan 27 10:52:06 PST 2026


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

I'm also open to whatever, as long as we are progressing towards a common set of prefixes. We don't need to solve it here, I don't think.

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


More information about the Mlir-commits mailing list