bors
29a56a3b1c
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
...
Stop using LLVM struct types for alloca
The alloca type has no semantic meaning, only the size (and alignment, but we specify it explicitly) matter. Using `[N x i8]` is a more direct way to specify that we want `N` bytes, and avoids relying on LLVM's struct layout. It is likely that a future LLVM version will change to an untyped alloca representation.
Split out from #121577 .
r? `@ghost`
2024-04-24 03:00:44 +00:00
..
2024-04-01 03:05:55 +01:00
2024-04-18 09:47:45 +00:00
2024-04-10 18:51:09 +02:00
2024-04-21 07:45:03 +00:00
2024-04-21 07:45:03 +00:00
2024-04-19 23:49:44 -07:00
2024-04-22 18:48:47 +02:00
2024-04-23 17:25:15 +02:00
2024-04-21 07:45:03 +00:00
2024-04-23 20:17:52 +02:00
2024-04-24 03:00:44 +00:00
2024-04-24 03:00:44 +00:00
2024-04-24 03:00:44 +00:00
2024-04-23 23:02:54 +02:00
2024-04-22 18:48:47 +02:00
2024-04-15 18:48:12 -04:00
2024-04-17 13:00:43 +02:00
2024-03-05 12:14:49 +11:00
2024-04-23 17:25:17 +02:00
2024-04-18 09:47:45 +00:00
2024-04-23 12:10:25 +02:00
2024-03-05 12:14:49 +11:00
2024-04-23 17:25:14 +02:00
2024-04-23 18:23:46 +00:00
2024-04-17 09:34:39 -04:00
2024-04-23 16:11:09 +00:00
2024-04-21 11:24:55 +01:00
2024-04-18 15:36:25 +10:00
2024-04-03 19:06:22 +03:00
2024-04-23 17:25:17 +02:00
2024-04-23 20:46:48 +00:00
2024-04-10 23:19:27 +00:00
2024-04-23 17:25:17 +02:00
2024-04-15 23:27:21 -04:00
2024-04-20 21:45:37 +01:00
2024-04-16 13:02:53 +10:00
2024-04-21 07:45:03 +00:00
2024-04-23 20:46:48 +00:00
2024-04-23 22:51:01 +00:00
2024-04-23 17:25:17 +02:00
2024-04-20 16:01:35 +02:00
2024-04-23 23:02:54 +02:00
2024-04-17 20:49:53 +03:00
2024-04-08 23:01:50 +00:00
2024-04-23 18:23:46 +00:00
2024-04-18 15:36:25 +10:00
2024-04-23 17:25:17 +02:00
2024-04-21 07:45:03 +00:00
2024-04-08 12:02:19 +00:00
2024-04-22 18:48:47 +02:00
2024-04-22 20:26:00 +02:00
2024-04-23 17:25:17 +02:00
2024-04-14 14:56:41 +02:00
2024-04-22 18:48:47 +02:00
2024-04-23 20:46:48 +00:00
2024-04-23 17:25:15 +02:00
2024-04-23 17:25:16 +02:00
2024-04-16 20:45:07 +03:00
2024-04-21 06:32:10 +00:00
2024-04-23 17:25:17 +02:00
2024-03-07 06:27:09 +00:00
2024-04-19 13:51:52 +02:00
2024-04-23 02:10:23 +00:00
2024-04-16 15:19:14 +02:00
2024-04-23 17:25:15 +02:00