[llvm] 7a21efc - [LSR] Move test to target-specific directory (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 01:10:57 PDT 2023


Author: Nikita Popov
Date: 2023-07-12T10:10:49+02:00
New Revision: 7a21efce72cea71ff44195e330801ec4e08b3c8a

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

LOG: [LSR] Move test to target-specific directory (NFC)

Added: 
    llvm/test/Transforms/LoopStrengthReduce/ARM/illegal-addr-modes.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/LoopStrengthReduce/illegal-addr-modes.ll


################################################################################
diff  --git a/llvm/test/Transforms/LoopStrengthReduce/illegal-addr-modes.ll b/llvm/test/Transforms/LoopStrengthReduce/ARM/illegal-addr-modes.ll
similarity index 100%
rename from llvm/test/Transforms/LoopStrengthReduce/illegal-addr-modes.ll
rename to llvm/test/Transforms/LoopStrengthReduce/ARM/illegal-addr-modes.ll


        


More information about the llvm-commits mailing list