If the source value to load is bool, and we have native storage
capability support for the source bitwidth, we still cannot directly
rewrite uses; we need to perform casting to bool first.
Depends On D107114
Paths
| Differential D107119
[mlir][spirv] Fix loading bool with proper storage capabilities ClosedPublic Authored by antiagainst on Jul 29 2021, 5:20 PM.
Details Summary If the source value to load is bool, and we have native storage Depends On D107114
Diff Detail
Event Timelineantiagainst added a child revision: D107122: [mlir][spirv] Add support for i8 serialization.Jul 29 2021, 5:40 PM This revision is now accepted and ready to land.Jul 30 2021, 1:45 PM This revision was landed with ongoing or failed builds.Jul 30 2021, 3:07 PM Closed by commit rG0065bd2ad59c: [mlir][spirv] Fix loading bool with proper storage capabilities (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363218 mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
mlir/test/Conversion/MemRefToSPIRV/memref-to-spirv.mlir
|