[all-commits] [llvm/llvm-project] 13644f: [mlir][spirv][cf] Check destination block argument...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Nov 1 21:35:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13644f0bda0b11968c70aa051d2c2455229c6970
https://github.com/llvm/llvm-project/commit/13644f0bda0b11968c70aa051d2c2455229c6970
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/lib/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRV.cpp
M mlir/lib/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRVPass.cpp
M mlir/test/Conversion/ControlFlowToSPIRV/cf-ops-to-spirv.mlir
Log Message:
-----------
[mlir][spirv][cf] Check destination block argument types (#70889)
Do not match on illegal destination blocks. Also apply some minor
cleanups.
TODO: We should add region/block argument type conversions to properly
address this.
Issue: https://github.com/llvm/llvm-project/issues/70813
More information about the All-commits
mailing list