In some case the lowering of ichar is generating an arith.extui operation
with the same from/to type. This operation do not accept from/to types to be
the same. If the from/to types are identical, we do not generate the extra
operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo