about summary refs log tree commit diff
path: root/src/test/codegen/enum-bounds-check-derived-idx.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-10-31Remove bounds check with enum castouz-a-4/+2
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-2/+4
Instead we generate a discriminant rvalue and cast the result of that.
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2020-08-31Add codegen testsDániel Buga-0/+25