Commit Graph

2 Commits

Author SHA1 Message Date
Gary Guo
2a9d710d99 Bless tests 2023-04-06 09:34:17 +01:00
Scott McMurray
f20af8d43d Simplify transmutes in MIR InstCombine
Thanks to the combination of #108246 and #108442 it could already remove identity transmutes.

With this PR, it can also simplify them to `IntToInt` casts, `Discriminant` reads, or `Field` projections.
2023-03-28 18:18:10 -07:00