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

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Jan 26 08:12:14 PST 2026


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

Looks like LLVM and OGCG check lines are identical - why not merge them into one?

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


More information about the Mlir-commits mailing list