================ @@ -0,0 +1,120 @@ +; RUN: opt -passes=indvars -S -o - < %s | FileCheck %s ---------------- nikic wrote: These tests should be in the IndVarSimplify directory, not the LoopSimplify directory. https://github.com/llvm/llvm-project/pull/69920