[all-commits] [llvm/llvm-project] 0c21df: [mlir][spirv] SCFToSPIRV: fix WhileOp block args t...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Oct 10 05:01:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c21dfdf1263bad26e09fe4232fcea01a69693ab
https://github.com/llvm/llvm-project/commit/0c21dfdf1263bad26e09fe4232fcea01a69693ab
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M mlir/lib/Conversion/SCFToSPIRV/SCFToSPIRV.cpp
M mlir/test/Conversion/SCFToSPIRV/while.mlir
Log Message:
-----------
[mlir][spirv] SCFToSPIRV: fix WhileOp block args types conversion (#68588)
WhileOp before/after block args types weren't converted, resulting in
invalid IR.
More information about the All-commits
mailing list