mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
![]() 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` |
||
---|---|---|
.. | ||
enum-bounds-check-derived-idx.rs | ||
enum-bounds-check-issue-13926.rs | ||
enum-bounds-check-issue-82871.rs | ||
enum-bounds-check.rs | ||
enum-debug-clike.rs | ||
enum-debug-niche-2.rs | ||
enum-debug-niche.rs | ||
enum-debug-tagged.rs | ||
enum-discriminant-value.rs | ||
enum-early-otherwise-branch.rs | ||
enum-match.rs | ||
enum-u128.rs | ||
unreachable_enum_default_branch.rs |