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