about summary refs log tree commit diff
path: root/tests/mir-opt/uninhabited_enum_branching.rs
AgeCommit message (Expand)AuthorLines
2024-03-09Rename `UninhabitedEnumBranching` to `UnreachableEnumBranching`DianQK-218/+0
2024-03-08Update MIR with `MirPatch` in `UninhabitedEnumBranching`DianQK-15/+15
2024-03-07Get all variants to eliminate the default branching if we cannot get the layo...DianQK-8/+8
2024-03-07Replace the default branch with an unreachable branch If it is the last variantDianQK-0/+127
2024-03-07Regenerate `uninhabited_enum_branching.rs`DianQK-0/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-12Start blocks eagerlyNadrieril-3/+3
2023-10-31FileCheck uninhabited_enum_branching.Camille GILLOT-6/+64
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+30