summary refs log tree commit diff
path: root/src/test/mir-opt/enum_cast.foo.mir_map.0.mir
AgeCommit message (Collapse)AuthorLines
2022-10-20Bless testsGary Guo-3/+7
(cherry picked from commit 247da7b18de01886fb73a49f8b9ca59cfec16e64)
2022-07-28bless mir opt testsNilstrieb-6/+6
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-0/+13
Instead we generate a discriminant rvalue and cast the result of that.