[mlir][spirv] Fix loading bool with proper storage capabilities
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. Reviewed By: hanchung Differential Revision: https://reviews.llvm.org/D107119
Loading
Please sign in to comment