In matrix type casts, we were doing bitcast when the matrices had the same size. This was incorrect and this patch fixes that.
Also added some new CodeGen tests for signed <-> usigned conversions
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo