This patch introduces 3 new direct conversions for SPIR-V ops:
- spv.Select
- spv.Undef
- spv.FMul that was skipped in the patch with arithmetic ops
Paths
| Differential D83291
[MLIR][SPIRVToLLVM] Miscellaneous ops conversion: select, fmul and undef ClosedPublic Authored by georgemitenkov on Jul 7 2020, 3:38 AM.
Details Summary This patch introduces 3 new direct conversions for SPIR-V ops:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2020, 6:50 PM Closed by commit rG00580349c392: [MLIR][SPIRVToLLVM] Miscellaneous ops conversion: select, fmul and undef (authored by georgemitenkov). · Explain WhyJul 8 2020, 1:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 275980 mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
|