[all-commits] [llvm/llvm-project] d5b164: [mlir][SPIRV] Fix blocks nested too deeply error.
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Tue May 19 14:30:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d5b1643c74eeae327d85c75fe79fd98edb1014f9
https://github.com/llvm/llvm-project/commit/d5b1643c74eeae327d85c75fe79fd98edb1014f9
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list