Maps ZeroExtendIOp and TruncateIOp to spirv::UConvertOp and spirv::SConvertOp.
Depends On D78974
Differential D79143
[mlir][StandardToSPIRV] Add support for lowering integer casting. Authored by hanchung on Apr 29 2020, 4:30 PM.
Details
Diff Detail
Unit Tests Event Timeline
Comment Actions Address comments.
| ||||||||||||
Shouldn't we use UConvert here?