[Mlir-commits] [mlir] [mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabilities (PR #151108)
Igor Wodiany
llvmlistbot at llvm.org
Wed Jul 30 09:02:26 PDT 2025
IgWod-IMG wrote:
I think this is part of the problem; we probably should explicitly recalculate end iterator at every iteration: `for (auto I = caps.begin(); I != caps.end(); ++I)`. Also does `insert_range` append new elements to the end or can it add them somewhere else? That would also cause issues.
I think we should revert this PR and fix it without rushing. Are you able to hit revert or does it need commiter rights? If so I can do it for you.
https://github.com/llvm/llvm-project/pull/151108
More information about the Mlir-commits
mailing list