[all-commits] [llvm/llvm-project] db8a3c: [NFC] Create X86 subdirectory for indvar tests
Sam Parker via All-commits
all-commits at lists.llvm.org
Thu Mar 26 05:25:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db8a3c4206d7ff789d8c872cbcaff9719fe1aef7
https://github.com/llvm/llvm-project/commit/db8a3c4206d7ff789d8c872cbcaff9719fe1aef7
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
R llvm/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
R llvm/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
R llvm/test/Transforms/IndVarSimplify/2011-11-15-multiexit.ll
A llvm/test/Transforms/IndVarSimplify/X86/2009-04-14-shorten_iv_vars.ll
A llvm/test/Transforms/IndVarSimplify/X86/2009-04-15-shorten-iv-vars-2.ll
A llvm/test/Transforms/IndVarSimplify/X86/2011-11-15-multiexit.ll
A llvm/test/Transforms/IndVarSimplify/X86/deterministic-scev-verify.ll
A llvm/test/Transforms/IndVarSimplify/X86/eliminate-trunc.ll
A llvm/test/Transforms/IndVarSimplify/X86/huge_muls.ll
A llvm/test/Transforms/IndVarSimplify/X86/indvar-debug-value.ll
A llvm/test/Transforms/IndVarSimplify/X86/indvar-debug-value2.ll
A llvm/test/Transforms/IndVarSimplify/X86/inner-loop-by-latch-cond.ll
A llvm/test/Transforms/IndVarSimplify/X86/inner-loop.ll
A llvm/test/Transforms/IndVarSimplify/X86/iv-widen.ll
A llvm/test/Transforms/IndVarSimplify/X86/lit.local.cfg
A llvm/test/Transforms/IndVarSimplify/X86/loop-invariant-conditions.ll
A llvm/test/Transforms/IndVarSimplify/X86/loop_evaluate10.ll
A llvm/test/Transforms/IndVarSimplify/X86/overflow-intrinsics.ll
A llvm/test/Transforms/IndVarSimplify/X86/polynomial-expand.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr24356.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr24804.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr24956.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr25047.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr25051.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr25360.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr25421.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr25576.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr26973.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr27133.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr28935.ll
A llvm/test/Transforms/IndVarSimplify/X86/pr35406.ll
A llvm/test/Transforms/IndVarSimplify/X86/replace-iv-with-loop-invariant.ll
A llvm/test/Transforms/IndVarSimplify/X86/scev-phi-debug-info.ll
A llvm/test/Transforms/IndVarSimplify/X86/uglygep.ll
A llvm/test/Transforms/IndVarSimplify/X86/variable-stride-ivs-1.ll
A llvm/test/Transforms/IndVarSimplify/X86/verify-scev.ll
A llvm/test/Transforms/IndVarSimplify/X86/widen-nsw.ll
R llvm/test/Transforms/IndVarSimplify/deterministic-scev-verify.ll
R llvm/test/Transforms/IndVarSimplify/eliminate-trunc.ll
R llvm/test/Transforms/IndVarSimplify/huge_muls.ll
R llvm/test/Transforms/IndVarSimplify/indvar-debug-value.ll
R llvm/test/Transforms/IndVarSimplify/indvar-debug-value2.ll
R llvm/test/Transforms/IndVarSimplify/inner-loop-by-latch-cond.ll
R llvm/test/Transforms/IndVarSimplify/inner-loop.ll
R llvm/test/Transforms/IndVarSimplify/iv-widen.ll
R llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll
R llvm/test/Transforms/IndVarSimplify/loop_evaluate10.ll
R llvm/test/Transforms/IndVarSimplify/overflow-intrinsics.ll
R llvm/test/Transforms/IndVarSimplify/polynomial-expand.ll
R llvm/test/Transforms/IndVarSimplify/pr24356.ll
R llvm/test/Transforms/IndVarSimplify/pr24804.ll
R llvm/test/Transforms/IndVarSimplify/pr24956.ll
R llvm/test/Transforms/IndVarSimplify/pr25047.ll
R llvm/test/Transforms/IndVarSimplify/pr25051.ll
R llvm/test/Transforms/IndVarSimplify/pr25360.ll
R llvm/test/Transforms/IndVarSimplify/pr25421.ll
R llvm/test/Transforms/IndVarSimplify/pr25576.ll
R llvm/test/Transforms/IndVarSimplify/pr26973.ll
R llvm/test/Transforms/IndVarSimplify/pr27133.ll
R llvm/test/Transforms/IndVarSimplify/pr28935.ll
R llvm/test/Transforms/IndVarSimplify/pr35406.ll
R llvm/test/Transforms/IndVarSimplify/replace-iv-with-loop-invariant.ll
R llvm/test/Transforms/IndVarSimplify/scev-phi-debug-info.ll
R llvm/test/Transforms/IndVarSimplify/uglygep.ll
R llvm/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll
R llvm/test/Transforms/IndVarSimplify/verify-scev.ll
R llvm/test/Transforms/IndVarSimplify/widen-nsw.ll
Log Message:
-----------
[NFC] Create X86 subdirectory for indvar tests
Many IndVarSiimplify tests target an x86 triple, so move them into
a target specific folder.
More information about the All-commits
mailing list