rust/tests/codegen-llvm/enum
Scott McMurray 6a5c7e0415 No longer need allocas for consuming Result<!, i32> and similar
In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.
2025-07-23 00:09:36 -07:00
..
enum-aggregate.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-bounds-check-derived-idx.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-bounds-check-issue-13926.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-bounds-check-issue-82871.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-bounds-check.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-debug-clike.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-debug-niche-2.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-debug-niche.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-debug-tagged.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-discriminant-eq.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-discriminant-value.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-early-otherwise-branch.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-match.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-transparent-extract.rs No longer need allocas for consuming Result<!, i32> and similar 2025-07-23 00:09:36 -07:00
enum-two-variants-match.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
enum-u128.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
unreachable_enum_default_branch.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00