[Mlir-commits] [clang] [mlir] [CIR] Implement 'noreturn' attribute for functions/calls. (PR #177978)
Erich Keane
llvmlistbot at llvm.org
Mon Jan 26 07:37:14 PST 2026
erichkeane wrote:
To the `Egress` folks: (@matthias-springer @banach-space @gysit ): I'm going through the Clang implementation in an attempt to lower as much of the 'classic' Clang codegen attributes for functions as possible, which have required changes to the LLVM dialect.
I'd very much like attention as this is the first-of-many, but many of the future patches are likely to be very similar in changes to this one (at least in the dialect), so it would be nice to know what I'm missing here.
Thanks in advance for your reviews!
https://github.com/llvm/llvm-project/pull/177978
More information about the Mlir-commits
mailing list