[llvm] 8375c31 - [LLVM][IndvarSimplify] Move test that requires X86

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 04:14:26 PDT 2022


Author: David Spickett
Date: 2022-08-17T11:14:08Z
New Revision: 8375c3124df48dd863cc9fcbe36e67628bc27bf3

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

LOG: [LLVM][IndvarSimplify] Move test that requires X86

This is failing on our bots that only build Arm/AArch64.

https://lab.llvm.org/buildbot/#/builders/171/builds/19033/steps/5/logs/FAIL__LLVM__pr57187_ll

Added: 
    llvm/test/Transforms/IndVarSimplify/X86/pr57187.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/IndVarSimplify/pr57187.ll


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


        


More information about the llvm-commits mailing list