Heejin Ahn
4f1244d7cc
[WebAssembly] Nullify unnecessary setjmp invokes
...
This is similar to D116619, but now it handles `invoke`s. The reason we
didn't handle `invoke`s back then was we didn't support Wasm EH + Wasm
SjLj together, and the only case SjLj transformation will see `invoke`s
is when we are using Wasm EH. (In Emscripten EH, they would have been
transformed to `call`s to invoke wrappers.)
But after D117610 we support Wasm EH + Wasm SjLj together and we can
nullify `invoke`s to `setjmp` when there is no other longjmpable calls
within the function. Actually this is very unlikely to happen in
practice, because we treat destructors as longjmpable and also treat
`__cxa_end_catch` as longjmpable even if it is not.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D118408
2022-01-27 21:11:10 -08:00
..
2021-09-04 11:25:42 +02:00
2021-09-10 15:18:23 +02:00
2020-11-20 17:58:26 -05:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-08-24 17:54:39 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-10-12 23:28:27 -07:00
2021-08-24 17:54:39 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-22 22:07:24 +02:00
2021-07-22 22:07:24 +02:00
2021-08-03 09:20:51 +02:00
2021-08-03 09:20:51 +02:00
2021-12-13 18:17:03 +01:00
2022-01-13 11:04:22 +01:00
2021-07-22 22:07:24 +02:00
2021-07-22 22:07:24 +02:00
2021-07-22 22:07:24 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2022-01-26 08:37:44 +00:00
2022-01-26 08:37:44 +00:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-12-07 13:25:59 +01:00
2021-12-07 13:25:59 +01:00
2021-12-07 13:25:59 +01:00
2021-12-13 18:17:03 +01:00
2021-12-13 18:17:03 +01:00
2021-12-13 18:17:03 +01:00
2021-08-12 13:40:41 -07:00
2021-07-14 11:17:08 -07:00
2021-09-10 15:18:23 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-09 14:07:25 -07:00
2021-05-11 11:47:40 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2022-01-06 14:23:51 +01:00
2021-06-01 11:31:39 +02:00
2021-06-01 11:31:39 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-09 14:07:25 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2022-01-27 21:04:43 -08:00
2021-08-24 17:54:39 -07:00
2021-08-24 17:54:39 -07:00
2021-08-24 17:54:39 -07:00
2021-08-25 15:46:57 -07:00
2021-08-30 21:44:34 -07:00
2021-09-08 00:21:30 -07:00
2021-07-14 11:17:08 -07:00
2022-01-27 21:11:10 -08:00
2021-07-14 11:17:08 -07:00
2022-01-27 21:11:10 -08:00
2022-01-04 17:47:20 -08:00
2021-09-10 15:18:23 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-10-25 09:31:45 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-12-13 10:46:32 +00:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-08-24 17:54:39 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-08-28 10:28:24 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-12-06 09:46:15 +01:00
2021-07-14 11:17:08 -07:00
2021-01-09 02:02:54 -08:00
2021-01-09 02:02:54 -08:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-27 08:41:30 -07:00
2021-07-14 11:17:08 -07:00
2021-08-02 09:52:34 -07:00
2021-07-14 16:15:25 -07:00
2021-07-14 11:31:53 -07:00
2021-07-14 11:17:08 -07:00
2021-08-19 12:07:33 -07:00
2021-12-13 10:46:32 +00:00
2021-07-14 11:17:08 -07:00
2021-08-19 12:07:33 -07:00
2021-07-14 11:17:08 -07:00
2021-10-28 14:01:53 -07:00
2021-07-14 16:15:25 -07:00
2021-09-01 10:27:42 -07:00
2021-07-14 11:17:08 -07:00
2021-08-19 12:07:33 -07:00
2021-07-21 09:02:12 -07:00
2021-07-14 11:17:08 -07:00
2021-09-01 10:27:42 -07:00
2021-08-24 17:24:03 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-10-20 07:46:41 -07:00
2021-12-15 09:22:40 -08:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-05-14 03:48:19 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-12-07 13:25:59 +01:00
2021-12-07 13:25:59 +01:00
2021-12-07 13:25:59 +01:00
2021-12-07 13:25:59 +01:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-09-14 06:47:37 -07:00
2021-09-14 06:47:37 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-09 14:07:25 -07:00
2021-07-13 14:31:19 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-08-24 17:54:39 -07:00
2022-01-27 21:05:43 -08:00
2021-08-25 14:19:22 -07:00
2021-07-14 11:17:08 -07:00