[Mlir-commits] [mlir] [MLIR] Fix use-after-move for DEBUG builds, and broken assert logic. (PR #164763)
Mehdi Amini
llvmlistbot at llvm.org
Sat Oct 25 17:22:20 PDT 2025
================
@@ -159,14 +159,19 @@ IterationGraphSorter::IterationGraphSorter(
loop2OutLvl(loop2OutLvl), iterTypes(std::move(iterTypes)),
strategy(strategy) {
----------------
joker-eph wrote:
> since it would perturb the interface to the existing code,
What do you mean by this?
https://github.com/llvm/llvm-project/pull/164763
More information about the Mlir-commits
mailing list