llvm-project
722c2f02 - [ExpandIRInsts] Support int bw < float bw in itofp expansion (#179963)

Commit
27 days ago
[ExpandIRInsts] Support int bw < float bw in itofp expansion (#179963) Handle this case by extending the integer to a wider type. This can probably be handled more optimally, but this is conservatively correct. Proof: https://alive2.llvm.org/ce/z/0RwDO1
Author
Parents
Loading