[llvm] 672b35d - [LSR] Move new test to X86 subdir.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 03:11:20 PDT 2023


Author: Florian Hahn
Date: 2023-06-15T11:11:06+01:00
New Revision: 672b35d55482b40e7a144713b2a9a3df37751458

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

LOG: [LSR] Move new test to X86 subdir.

The test added in 1665cb06307 requires the X86 backend, so move it to
the X86 subdirectory.

Added: 
    llvm/test/Transforms/LoopStrengthReduce/X86/postinc-iv-used-by-urem.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/LoopStrengthReduce/postinc-iv-used-by-urem.ll


################################################################################
diff  --git a/llvm/test/Transforms/LoopStrengthReduce/postinc-iv-used-by-urem.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/postinc-iv-used-by-urem.ll
similarity index 100%
rename from llvm/test/Transforms/LoopStrengthReduce/postinc-iv-used-by-urem.ll
rename to llvm/test/Transforms/LoopStrengthReduce/X86/postinc-iv-used-by-urem.ll


        


More information about the llvm-commits mailing list