[llvm] 4592f70 - [LV] Move interleave_short_tc.ll into the X86 directory to hopefully make fix non-X86 bots.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 10:41:32 PDT 2019


Author: Craig Topper
Date: 2019-11-01T10:41:18-07:00
New Revision: 4592f70758531d6efe4e43d8122a8944f469d933

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

LOG: [LV] Move interleave_short_tc.ll into the X86 directory to hopefully make fix non-X86 bots.

Added: 
    llvm/test/Transforms/LoopVectorize/X86/interleave_short_tc.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/LoopVectorize/interleave_short_tc.ll


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/interleave_short_tc.ll b/llvm/test/Transforms/LoopVectorize/X86/interleave_short_tc.ll
similarity index 100%
rename from llvm/test/Transforms/LoopVectorize/interleave_short_tc.ll
rename to llvm/test/Transforms/LoopVectorize/X86/interleave_short_tc.ll


        


More information about the llvm-commits mailing list