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
..
2025-07-14 09:25:54 +00:00
2025-07-25 11:16:39 +02:00
2025-07-26 00:42:21 +01:00
2025-07-22 00:54:25 +08:00
2025-07-18 03:13:21 +02:00
2025-07-17 18:06:26 +08:00
2025-07-23 13:33:23 +02:00
2025-07-24 15:08:28 +02:00
2025-07-25 18:34:10 +00:00
2025-07-18 14:49:19 +02:00
2025-07-23 23:54:37 +00:00
2025-07-24 12:50:26 +00:00
2025-07-27 10:19:02 +02:00
2025-07-27 23:05:48 +00:00
2025-07-25 02:31:59 +00:00
2025-07-25 22:24:21 +02:00
2025-07-18 04:27:51 +02:00
2025-07-23 13:33:23 +02:00
2025-07-24 13:21:25 -05:00
2025-07-27 12:17:23 +02:00
2025-07-19 01:42:30 +08:00
2025-07-23 13:33:23 +02:00
2025-07-27 10:19:00 +02:00
2025-07-17 18:06:26 +08:00
2025-07-26 15:27:59 +02:00
2025-07-05 10:55:42 +02:00
2025-07-15 16:02:26 +00:00
2025-07-25 23:46:28 +02:00
2025-07-10 10:25:29 -05:00
2025-07-26 15:27:58 +02:00
2025-07-24 15:08:21 +02:00
2025-07-23 22:09:16 +08:00
2025-07-22 01:52:34 +00:00
2025-07-25 08:49:31 -05:00
2025-07-27 18:58:43 +00:00
2025-07-26 02:19:28 -05:00
2025-07-11 10:56:50 +02:00
2025-07-26 11:14:40 +10:00
2025-07-24 15:08:21 +02:00
2025-07-26 16:57:45 +00:00
2025-07-24 22:53:09 +02:00
2025-07-08 10:16:44 +00:00
2025-07-24 15:08:19 +02:00
2025-07-26 01:15:04 -05:00
2025-07-24 15:08:25 +02:00
2025-07-08 10:16:44 +00:00
2025-07-24 18:26:08 +08:00
2025-07-23 23:54:37 +00:00
2025-07-07 12:58:16 +00:00
2025-07-24 13:21:25 -05:00
2025-07-27 12:17:23 +02:00
2025-07-01 19:00:21 +00:00
2025-07-05 10:55:42 +02:00
2025-07-25 22:24:21 +02:00
2025-07-27 10:19:01 +02:00
2025-07-16 23:24:32 +02:00
2025-07-26 22:42:36 -04:00
2025-07-20 17:45:01 +00:00
2025-07-20 17:45:01 +00:00
2025-07-07 09:04:53 +02:00
2025-07-26 15:28:02 +02:00
2025-07-24 10:24:45 +10:00