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