This is a similar to the existing folder for f16 to f32 added with D96041 but instead for integer types where destination bits > source bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D142922
[mlir][vector] Add folder for bitcast of integer splat constants qedawkins on Jan 30 2023, 11:30 AM. Authored by
Details This is a similar to the existing folder for f16 to f32 added with D96041 but instead for integer types where destination bits > source bits.
Diff Detail
|
optional comment but it should be easy to generalize to any integer size using APInt.