[Mlir-commits] [mlir] [MLIR] Fix use-after-move for DEBUG builds, and broken assert logic. (PR #164763)

Mehdi Amini llvmlistbot at llvm.org
Fri Oct 24 05:52:36 PDT 2025


================
@@ -159,14 +159,19 @@ IterationGraphSorter::IterationGraphSorter(
       loop2OutLvl(loop2OutLvl), iterTypes(std::move(iterTypes)),
       strategy(strategy) {
----------------
joker-eph wrote:

Have you consider renaming the ctor argument names for the moved variable to make it less error-prone in the body?

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


More information about the Mlir-commits mailing list