The logic of vector on boolean was missed. This patch adds the logic and test on
it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91403
[mlir][StandardToSPIRV] Extend support for lowering cmpi to SPIRV. ClosedPublic Authored by hanchung on Nov 12 2020, 10:57 PM.
Details Summary The logic of vector on boolean was missed. This patch adds the logic and test on
Diff Detail
Event TimelineHerald added subscribers: rdzhabarov, tatianashp, ThomasRaoux and 15 others. · View Herald Transcript Herald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 12 2020, 10:57 PM This revision is now accepted and ready to land.Nov 13 2020, 1:05 PM Closed by commit rG47fd19f22eb5: [mlir][StandardToSPIRV] Extend support for lowering cmpi to SPIRV. (authored by hanchung). · Explain WhyNov 16 2020, 6:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305497 mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
|