[mlir][SPIRV] Fix blocks nested too deeply error.
Issue arises due to a giant if/else if/else/... construct. Changing them to just ifs. Differential Revision: https://reviews.llvm.org/D80245
Loading
Please sign in to comment
Issue arises due to a giant if/else if/else/... construct. Changing them to just ifs. Differential Revision: https://reviews.llvm.org/D80245