[Mlir-commits] [mlir] Fix SSA Handling in SPIRV -> MLIR Translation (PR #123371)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jan 17 08:59:15 PST 2025
================
@@ -2006,6 +2013,11 @@ LogicalResult ControlFlowStructurizer::structurize() {
// the SelectionOp/LoopOp's region, there is no escape for it:
// SelectionOp/LooOp does not support yield values right now.
----------------
mishaobu wrote:
Fixes this?
https://github.com/llvm/llvm-project/pull/123371
More information about the Mlir-commits
mailing list