================ @@ -0,0 +1,39 @@ +; RUN: opt -S -passes='loop(indvars,loop-unroll-full,indvars),simplifycfg' %s | FileCheck %s ---------------- XChy wrote: The first `indvars` and `simplifycfg` still look redundant. https://github.com/llvm/llvm-project/pull/208874