[llvm] bdc8736 - [SCEV] Move a test into IndVars (#147360)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 05:32:34 PDT 2025


Author: Ramkumar Ramachandra
Date: 2025-07-09T13:32:30+01:00
New Revision: bdc8736b2d4ade1bee2f815286353312942a579c

URL: https://github.com/llvm/llvm-project/commit/bdc8736b2d4ade1bee2f815286353312942a579c
DIFF: https://github.com/llvm/llvm-project/commit/bdc8736b2d4ade1bee2f815286353312942a579c.diff

LOG: [SCEV] Move a test into IndVars (#147360)

Move the guards.ll into IndVars, as it is really an IndVars test.

Added: 
    llvm/test/Transforms/IndVarSimplify/guards.ll

Modified: 
    

Removed: 
    llvm/test/Analysis/ScalarEvolution/guards.ll


################################################################################
diff  --git a/llvm/test/Analysis/ScalarEvolution/guards.ll b/llvm/test/Transforms/IndVarSimplify/guards.ll
similarity index 100%
rename from llvm/test/Analysis/ScalarEvolution/guards.ll
rename to llvm/test/Transforms/IndVarSimplify/guards.ll


        


More information about the llvm-commits mailing list