rust/library/stdarch/crates
bors 2b5e239c6b Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic
Don't special-case llvm.* as nounwind

Certain LLVM intrinsics, such as `llvm.wasm.throw`, can unwind. Marking them as nounwind causes us to skip cleanup of locals and optimize out `catch_unwind` under inlining or when `llvm.wasm.throw` is used directly by user code.

The motivation for forcibly marking llvm.* as nounwind is no longer present: most intrinsics are linked as `extern "C"` or other non-unwinding ABIs, so we won't codegen `invoke` for them anyway.

Closes rust-lang/rust#132416.

`@rustbot` label +T-compiler +A-panic
2025-07-27 23:05:48 +00:00
..
assert-instr-macro Fixes to compile with latest Rust nightly 2025-06-11 14:11:23 +00:00
core_arch Allow ffi_unwind_calls for arch::wasm32::throw 2025-07-25 18:28:03 +03:00
intrinsic-test Merge pull request #1862 from folkertdev/combine-c-files 2025-07-18 21:23:35 +00:00
simd-test-macro Merge pull request #1837 from heiher/loong32 2025-07-14 23:27:09 +00:00
stdarch-gen-arm test for the high version of a number of instructions 2025-07-17 02:12:15 +02:00
stdarch-gen-loongarch loongarch: Mark SIMD intrinsics without memory access as safe 2025-07-18 20:42:19 +08:00
stdarch-test Merge pull request #1860 from folkertdev/stdarch-test-cleanup 2025-07-18 20:27:56 +00:00
stdarch-verify stdarch-verify: Modernization of the coding style 2025-05-31 09:38:49 +00:00