[Mlir-commits] [mlir] [MLIR] Fix SCF verifier crash (PR #153974)

Mehdi Amini llvmlistbot at llvm.org
Mon Aug 18 02:07:29 PDT 2025


================
@@ -4237,13 +4237,15 @@ LogicalResult scf::IndexSwitchOp::verify() {
     }
     for (auto [idx, result, operand] :
          llvm::zip(llvm::seq<unsigned>(0, getNumResults()), getResultTypes(),
----------------
joker-eph wrote:

Sure, done!

https://github.com/llvm/llvm-project/pull/153974


More information about the Mlir-commits mailing list