bors 752af44fc4 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-03-23 18:30:39 +00:00
2024-03-23 23:23:41 -07:00
2024-03-11 09:15:09 +11:00
2024-03-12 08:51:20 +00:00
2024-03-05 20:17:29 +01:00