about summary refs log tree commit diff
path: root/src/test/mir-opt/uninhabited_enum_branching
AgeCommit message (Collapse)AuthorLines
2020-07-29Move mir-opt tests to toplevelXavier Denis-188/+0
2020-07-29add crate name to mir dumpsXavier Denis-0/+0
2020-06-26Show the values and computation that would overflow a const evaluation or ↵Oliver Scherer-3/+3
propagation
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-16/+16
1. InvalidUndefBytes -> InvalidUninitBytes 2. ScalarMaybeUndef -> ScalarMaybeUninit 3. UndefMask -> InitMask Related issue #71193
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ↵Oliver Scherer-62/+62
mode
2020-04-13bless mir opt testsBastian Kauschke-2/+14
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-0/+176