[clang] [CIR] Add math and builtin intrinsics support (PR #175233)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 10:56:34 PST 2026
adams381 wrote:
@andykaylor Apologies for missing those comments. I've addressed the fall-through issue in commit b2acad44fee5 - added `errorNYI` after `BI_setjmp` to prevent the setjmp/exception builtins from incorrectly falling through to the `BImove`/`BIforward` handler.
https://github.com/llvm/llvm-project/pull/175233
More information about the cfe-commits
mailing list