From fa785cb22d50c657eb08c762d627cd6aa96982f3 Mon Sep 17 00:00:00 2001 From: Jan Wen Voung Date: Fri, 8 Mar 2013 22:56:31 +0000 Subject: [PATCH] Disable statistics on Release builds and move tests that depend on -stats. Summary: Statistics are still available in Release+Asserts (any +Asserts builds), and stats can also be turned on with LLVM_ENABLE_STATS. Move some of the FastISel stats that were moved under DEBUG() back out of DEBUG(), since stats are disabled across the board now. Many tests depend on grepping "-stats" output. Move those into a orig_dir/Stats/. so that they can be marked as unsupported when building without statistics. Differential Revision: http://llvm-reviews.chandlerc.com/D486 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176733 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Statistic.h | 44 +++++++++++++++++++++- lib/CodeGen/SelectionDAG/FastISel.cpp | 8 ++-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 24 ++++++------ lib/Support/Statistic.cpp | 18 ++++++++- test/Analysis/RegionInfo/{ => Stats}/block_sort.ll | 0 test/Analysis/RegionInfo/{ => Stats}/cond_loop.ll | 0 .../{ => Stats}/condition_complicated.ll | 0 .../{ => Stats}/condition_complicated_2.ll | 0 .../{ => Stats}/condition_forward_edge.ll | 0 .../RegionInfo/{ => Stats}/condition_same_exit.ll | 0 .../RegionInfo/{ => Stats}/condition_simple.ll | 0 .../RegionInfo/{ => Stats}/exit_in_condition.ll | 0 .../RegionInfo/{ => Stats}/infinite_loop.ll | 0 .../RegionInfo/{ => Stats}/infinite_loop_2.ll | 0 .../RegionInfo/{ => Stats}/infinite_loop_3.ll | 0 .../RegionInfo/{ => Stats}/infinite_loop_4.ll | 0 test/Analysis/RegionInfo/Stats/lit.local.cfg | 4 ++ .../RegionInfo/{ => Stats}/loop_with_condition.ll | 0 test/Analysis/RegionInfo/{ => Stats}/loops_1.ll | 0 test/Analysis/RegionInfo/{ => Stats}/loops_2.ll | 0 test/Analysis/RegionInfo/{ => Stats}/mix_1.ll | 0 .../RegionInfo/{ => Stats}/nested_loops.ll | 0 test/Analysis/RegionInfo/{ => Stats}/next.ll | 0 test/Analysis/RegionInfo/{ => Stats}/paper.ll | 0 .../{ => Stats}/two_loops_same_header.ll | 0 .../ARM/{ => Stats}/2007-03-13-InstrSched.ll | 0 .../ARM/{ => Stats}/2011-12-14-machine-sink.ll | 0 test/CodeGen/ARM/{ => Stats}/addrmode.ll | 0 test/CodeGen/ARM/Stats/lit.local.cfg | 8 ++++ test/CodeGen/PowerPC/{ => Stats}/iabs.ll | 0 test/CodeGen/PowerPC/Stats/lit.local.cfg | 8 ++++ test/CodeGen/PowerPC/{ => Stats}/rlwimi3.ll | 0 .../{ => Stats}/2003-08-03-CallArgLiveRanges.ll | 0 .../X86/{ => Stats}/2006-03-02-InstrSchedBug.ll | 0 .../{ => Stats}/2006-05-01-SchedCausingSpills.ll | 0 .../X86/{ => Stats}/2006-05-02-InstrSched1.ll | 0 .../X86/{ => Stats}/2006-05-02-InstrSched2.ll | 0 .../X86/{ => Stats}/2006-05-11-InstrSched.ll | 0 .../X86/{ => Stats}/2008-02-18-TailMergingBug.ll | 0 .../X86/{ => Stats}/2008-10-27-CoalescerBug.ll | 0 .../X86/{ => Stats}/2009-02-25-CommuteBug.ll | 0 .../X86/{ => Stats}/2009-02-26-MachineLICMBug.ll | 0 .../X86/{ => Stats}/2009-03-23-MultiUseSched.ll | 0 .../X86/{ => Stats}/2009-04-16-SpillerUnfold.ll | 0 .../X86/{ => Stats}/2010-01-19-OptExtBug.ll | 0 .../X86/{ => Stats}/2011-06-12-FastAllocSpill.ll | 0 .../X86/{ => Stats}/2012-03-26-PostRALICMBug.ll | 0 test/CodeGen/X86/{ => Stats}/MachineSink-PHIUse.ll | 0 .../X86/{ => Stats}/constant-pool-remat-0.ll | 0 .../X86/{ => Stats}/convert-2-addr-3-addr-inc64.ll | 0 test/CodeGen/X86/{ => Stats}/dagcombine-cse.ll | 0 .../X86/{ => Stats}/hoist-invariant-load.ll | 0 test/CodeGen/X86/{ => Stats}/licm-nested.ll | 0 test/CodeGen/X86/Stats/lit.local.cfg | 8 ++++ .../X86/{ => Stats}/phi-immediate-factoring.ll | 0 test/CodeGen/X86/{ => Stats}/pr3522.ll | 0 test/CodeGen/X86/{ => Stats}/regpressure.ll | 0 test/CodeGen/X86/{ => Stats}/twoaddr-coalesce-2.ll | 0 test/CodeGen/X86/{ => Stats}/twoaddr-pass-sink.ll | 0 test/CodeGen/X86/{ => Stats}/vec_insert-6.ll | 0 test/CodeGen/X86/{ => Stats}/vec_shuffle-19.ll | 0 test/CodeGen/X86/{ => Stats}/vec_shuffle-20.ll | 0 test/CodeGen/X86/{ => Stats}/zero-remat.ll | 0 test/Transforms/GVN/Stats/lit.local.cfg | 4 ++ .../GVN/{ => Stats}/nonescaping-malloc.ll | 0 .../GlobalOpt/{ => Stats}/2009-03-05-dbg.ll | 0 test/Transforms/GlobalOpt/Stats/lit.local.cfg | 4 ++ test/Transforms/IndVarSimplify/Stats/lit.local.cfg | 4 ++ .../{ => Stats}/phi-uses-value-multiple-times.ll | 0 test/Transforms/Inline/{ => Stats}/delete-call.ll | 0 test/Transforms/Inline/Stats/lit.local.cfg | 4 ++ .../LICM/{ => Stats}/hoist-invariant-load.ll | 0 test/Transforms/LICM/Stats/lit.local.cfg | 4 ++ test/Transforms/LoopUnroll/Stats/lit.local.cfg | 4 ++ .../LoopUnroll/{ => Stats}/runtime-loop3.ll | 0 .../{ => Stats}/2008-11-03-Invariant.ll | 0 .../{ => Stats}/2011-11-18-SimpleSwitch.ll | 0 .../2011-11-18-TwoSwitches-Threshold.ll | 0 .../{ => Stats}/2011-11-18-TwoSwitches.ll | 0 .../LoopUnswitch/{ => Stats}/infinite-loop.ll | 0 test/Transforms/LoopUnswitch/Stats/lit.local.cfg | 4 ++ test/Transforms/MergeFunc/Stats/lit.local.cfg | 4 ++ .../MergeFunc/{ => Stats}/phi-speculation1.ll | 0 .../MergeFunc/{ => Stats}/phi-speculation2.ll | 0 test/Transforms/MergeFunc/{ => Stats}/vector.ll | 0 .../MergeFunc/{ => Stats}/vectors-and-arrays.ll | 0 .../TailCallElim/{ => Stats}/ackermann.ll | 0 .../TailCallElim/{ => Stats}/dup_tail.ll | 0 test/Transforms/TailCallElim/Stats/lit.local.cfg | 4 ++ .../{ => Stats}/2008-06-11-AvoidDupLoopHeader.ll | 0 test/Transforms/TailDup/Stats/lit.local.cfg | 4 ++ 91 files changed, 142 insertions(+), 20 deletions(-) rename test/Analysis/RegionInfo/{ => Stats}/block_sort.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/cond_loop.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/condition_complicated.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/condition_complicated_2.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/condition_forward_edge.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/condition_same_exit.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/condition_simple.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/exit_in_condition.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/infinite_loop.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/infinite_loop_2.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/infinite_loop_3.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/infinite_loop_4.ll (100%) create mode 100644 test/Analysis/RegionInfo/Stats/lit.local.cfg rename test/Analysis/RegionInfo/{ => Stats}/loop_with_condition.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/loops_1.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/loops_2.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/mix_1.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/nested_loops.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/next.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/paper.ll (100%) rename test/Analysis/RegionInfo/{ => Stats}/two_loops_same_header.ll (100%) rename test/CodeGen/ARM/{ => Stats}/2007-03-13-InstrSched.ll (100%) rename test/CodeGen/ARM/{ => Stats}/2011-12-14-machine-sink.ll (100%) rename test/CodeGen/ARM/{ => Stats}/addrmode.ll (100%) create mode 100644 test/CodeGen/ARM/Stats/lit.local.cfg rename test/CodeGen/PowerPC/{ => Stats}/iabs.ll (100%) create mode 100644 test/CodeGen/PowerPC/Stats/lit.local.cfg rename test/CodeGen/PowerPC/{ => Stats}/rlwimi3.ll (100%) rename test/CodeGen/X86/{ => Stats}/2003-08-03-CallArgLiveRanges.ll (100%) rename test/CodeGen/X86/{ => Stats}/2006-03-02-InstrSchedBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2006-05-01-SchedCausingSpills.ll (100%) rename test/CodeGen/X86/{ => Stats}/2006-05-02-InstrSched1.ll (100%) rename test/CodeGen/X86/{ => Stats}/2006-05-02-InstrSched2.ll (100%) rename test/CodeGen/X86/{ => Stats}/2006-05-11-InstrSched.ll (100%) rename test/CodeGen/X86/{ => Stats}/2008-02-18-TailMergingBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2008-10-27-CoalescerBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2009-02-25-CommuteBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2009-02-26-MachineLICMBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2009-03-23-MultiUseSched.ll (100%) rename test/CodeGen/X86/{ => Stats}/2009-04-16-SpillerUnfold.ll (100%) rename test/CodeGen/X86/{ => Stats}/2010-01-19-OptExtBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/2011-06-12-FastAllocSpill.ll (100%) rename test/CodeGen/X86/{ => Stats}/2012-03-26-PostRALICMBug.ll (100%) rename test/CodeGen/X86/{ => Stats}/MachineSink-PHIUse.ll (100%) rename test/CodeGen/X86/{ => Stats}/constant-pool-remat-0.ll (100%) rename test/CodeGen/X86/{ => Stats}/convert-2-addr-3-addr-inc64.ll (100%) rename test/CodeGen/X86/{ => Stats}/dagcombine-cse.ll (100%) rename test/CodeGen/X86/{ => Stats}/hoist-invariant-load.ll (100%) rename test/CodeGen/X86/{ => Stats}/licm-nested.ll (100%) create mode 100644 test/CodeGen/X86/Stats/lit.local.cfg rename test/CodeGen/X86/{ => Stats}/phi-immediate-factoring.ll (100%) rename test/CodeGen/X86/{ => Stats}/pr3522.ll (100%) rename test/CodeGen/X86/{ => Stats}/regpressure.ll (100%) rename test/CodeGen/X86/{ => Stats}/twoaddr-coalesce-2.ll (100%) rename test/CodeGen/X86/{ => Stats}/twoaddr-pass-sink.ll (100%) rename test/CodeGen/X86/{ => Stats}/vec_insert-6.ll (100%) rename test/CodeGen/X86/{ => Stats}/vec_shuffle-19.ll (100%) rename test/CodeGen/X86/{ => Stats}/vec_shuffle-20.ll (100%) rename test/CodeGen/X86/{ => Stats}/zero-remat.ll (100%) create mode 100644 test/Transforms/GVN/Stats/lit.local.cfg rename test/Transforms/GVN/{ => Stats}/nonescaping-malloc.ll (100%) rename test/Transforms/GlobalOpt/{ => Stats}/2009-03-05-dbg.ll (100%) create mode 100644 test/Transforms/GlobalOpt/Stats/lit.local.cfg create mode 100644 test/Transforms/IndVarSimplify/Stats/lit.local.cfg rename test/Transforms/IndVarSimplify/{ => Stats}/phi-uses-value-multiple-times.ll (100%) rename test/Transforms/Inline/{ => Stats}/delete-call.ll (100%) create mode 100644 test/Transforms/Inline/Stats/lit.local.cfg rename test/Transforms/LICM/{ => Stats}/hoist-invariant-load.ll (100%) create mode 100644 test/Transforms/LICM/Stats/lit.local.cfg create mode 100644 test/Transforms/LoopUnroll/Stats/lit.local.cfg rename test/Transforms/LoopUnroll/{ => Stats}/runtime-loop3.ll (100%) rename test/Transforms/LoopUnswitch/{ => Stats}/2008-11-03-Invariant.ll (100%) rename test/Transforms/LoopUnswitch/{ => Stats}/2011-11-18-SimpleSwitch.ll (100%) rename test/Transforms/LoopUnswitch/{ => Stats}/2011-11-18-TwoSwitches-Threshold.ll (100%) rename test/Transforms/LoopUnswitch/{ => Stats}/2011-11-18-TwoSwitches.ll (100%) rename test/Transforms/LoopUnswitch/{ => Stats}/infinite-loop.ll (100%) create mode 100644 test/Transforms/LoopUnswitch/Stats/lit.local.cfg create mode 100644 test/Transforms/MergeFunc/Stats/lit.local.cfg rename test/Transforms/MergeFunc/{ => Stats}/phi-speculation1.ll (100%) rename test/Transforms/MergeFunc/{ => Stats}/phi-speculation2.ll (100%) rename test/Transforms/MergeFunc/{ => Stats}/vector.ll (100%) rename test/Transforms/MergeFunc/{ => Stats}/vectors-and-arrays.ll (100%) rename test/Transforms/TailCallElim/{ => Stats}/ackermann.ll (100%) rename test/Transforms/TailCallElim/{ => Stats}/dup_tail.ll (100%) create mode 100644 test/Transforms/TailCallElim/Stats/lit.local.cfg rename test/Transforms/TailDup/{ => Stats}/2008-06-11-AvoidDupLoopHeader.ll (100%) create mode 100644 test/Transforms/TailDup/Stats/lit.local.cfg diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h index b54d10b9dd3..26aac7bea62 100644 --- a/include/llvm/ADT/Statistic.h +++ b/include/llvm/ADT/Statistic.h @@ -51,7 +51,9 @@ public: // Allow use of this class as the value itself. operator unsigned() const { return Value; } - const Statistic &operator=(unsigned Val) { + +#if !defined(NDEBUG) || defined(LLVM_ENABLE_STATS) + const Statistic &operator=(unsigned Val) { Value = Val; return init(); } @@ -106,6 +108,46 @@ public: return init(); } +#else // Statistics are disabled in release builds. + + const Statistic &operator=(unsigned Val) { + return *this; + } + + const Statistic &operator++() { + return *this; + } + + unsigned operator++(int) { + return 0; + } + + const Statistic &operator--() { + return *this; + } + + unsigned operator--(int) { + return 0; + } + + const Statistic &operator+=(const unsigned &V) { + return *this; + } + + const Statistic &operator-=(const unsigned &V) { + return *this; + } + + const Statistic &operator*=(const unsigned &V) { + return *this; + } + + const Statistic &operator/=(const unsigned &V) { + return *this; + } + +#endif // !defined(NDEBUG) || defined(LLVM_ENABLE_STATS) + protected: Statistic &init() { bool tmp = Initialized; diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 4fb9c5c8a03..aa45ac59581 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -63,13 +63,11 @@ #include "llvm/Target/TargetMachine.h" using namespace llvm; -#ifndef NDEBUG STATISTIC(NumFastIselSuccessIndependent, "Number of insts selected by " "target-independent selector"); STATISTIC(NumFastIselSuccessTarget, "Number of insts selected by " "target-specific selector"); STATISTIC(NumFastIselDead, "Number of dead insts removed on failure"); -#endif // NDEBUG /// startNewBlock - Set the current block to which generated machine /// instructions will be appended, and clear the local CSE map. @@ -334,7 +332,7 @@ void FastISel::removeDeadCode(MachineBasicBlock::iterator I, MachineInstr *Dead = &*I; ++I; Dead->eraseFromParent(); - DEBUG(++NumFastIselDead); + ++NumFastIselDead; } recomputeInsertPt(); } @@ -830,7 +828,7 @@ FastISel::SelectInstruction(const Instruction *I) { // First, try doing target-independent selection. if (SelectOperator(I, I->getOpcode())) { - DEBUG(++NumFastIselSuccessIndependent); + ++NumFastIselSuccessIndependent; DL = DebugLoc(); return true; } @@ -845,7 +843,7 @@ FastISel::SelectInstruction(const Instruction *I) { // Next, try calling the target to attempt to handle the instruction. SavedInsertPt = FuncInfo.InsertPt; if (TargetSelectInstruction(I)) { - DEBUG(++NumFastIselSuccessTarget); + ++NumFastIselSuccessTarget; DL = DebugLoc(); return true; } diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 285625ef04a..39a1f8a3d0d 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -58,14 +58,13 @@ #include using namespace llvm; +STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on"); +STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected"); STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel"); STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG"); - -#ifndef NDEBUG STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path"); -STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on"); -STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected"); +#ifndef NDEBUG static cl::opt EnableFastISelVerbose2("fast-isel-verbose2", cl::Hidden, cl::desc("Enable extra verbose messages in the \"fast\" " @@ -1090,7 +1089,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) { // Try to select the instruction with FastISel. if (FastIS->SelectInstruction(Inst)) { --NumFastIselRemaining; - DEBUG(++NumFastIselSuccess); + ++NumFastIselSuccess; // If fast isel succeeded, skip over all the folded instructions, and // then see if there is a load right before the selected instructions. // Try to fold the load if so. @@ -1106,7 +1105,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) { // If we succeeded, don't re-select the load. BI = llvm::next(BasicBlock::const_iterator(BeforeInst)); --NumFastIselRemaining; - DEBUG(++NumFastIselSuccess); + ++NumFastIselSuccess; } continue; } @@ -1145,21 +1144,20 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) { // Recompute NumFastIselRemaining as Selection DAG instruction // selection may have handled the call, input args, etc. unsigned RemainingNow = std::distance(Begin, BI); - (void) RemainingNow; - DEBUG(NumFastIselFailures += NumFastIselRemaining - RemainingNow); - DEBUG(NumFastIselRemaining = RemainingNow); + NumFastIselFailures += NumFastIselRemaining - RemainingNow; + NumFastIselRemaining = RemainingNow; continue; } if (isa(Inst) && !isa(Inst)) { // Don't abort, and use a different message for terminator misses. - DEBUG(NumFastIselFailures += NumFastIselRemaining); + NumFastIselFailures += NumFastIselRemaining; if (EnableFastISelVerbose || EnableFastISelAbort) { dbgs() << "FastISel missed terminator: "; Inst->dump(); } } else { - DEBUG(NumFastIselFailures += NumFastIselRemaining); + NumFastIselFailures += NumFastIselRemaining; if (EnableFastISelVerbose || EnableFastISelAbort) { dbgs() << "FastISel miss: "; Inst->dump(); @@ -2357,7 +2355,7 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, DEBUG(errs() << " Skipped scope entry (due to false predicate) at " << "index " << MatcherIndexOfPredicate << ", continuing at " << FailIndex << "\n"); - DEBUG(++NumDAGIselRetries); + ++NumDAGIselRetries; // Otherwise, we know that this case of the Scope is guaranteed to fail, // move to the next case. @@ -2938,7 +2936,7 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, // another child to try in the current 'Scope', otherwise pop it until we // find a case to check. DEBUG(errs() << " Match failed at index " << CurrentOpcodeIndex << "\n"); - DEBUG(++NumDAGIselRetries); + ++NumDAGIselRetries; while (1) { if (MatchScopes.empty()) { CannotYetSelect(NodeToMatch); diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 3a6522101d6..9c28176b730 100644 --- a/lib/Support/Statistic.cpp +++ b/lib/Support/Statistic.cpp @@ -40,7 +40,9 @@ namespace llvm { extern raw_ostream *CreateInfoOutputFile(); } /// what they did. /// static cl::opt -Enabled("stats", cl::desc("Enable statistics output from program")); +Enabled( + "stats", + cl::desc("Enable statistics output from program (available with Asserts)")); namespace { @@ -142,6 +144,7 @@ void llvm::PrintStatistics(raw_ostream &OS) { } void llvm::PrintStatistics() { +#if !defined(NDEBUG) || defined(LLVM_ENABLE_STATS) StatisticInfo &Stats = *StatInfo; // Statistics not enabled? @@ -151,4 +154,17 @@ void llvm::PrintStatistics() { raw_ostream &OutStream = *CreateInfoOutputFile(); PrintStatistics(OutStream); delete &OutStream; // Close the file. +#else + // Check if the -stats option is set instead of checking + // !Stats.Stats.empty(). In release builds, Statistics operators + // do nothing, so stats are never Registered. + if (Enabled) { + // Get the stream to write to. + raw_ostream &OutStream = *CreateInfoOutputFile(); + OutStream << "Statistics are disabled. " + << "Build with asserts or with -DLLVM_ENABLE_STATS\n"; + OutStream.flush(); + delete &OutStream; // Close the file. + } +#endif } diff --git a/test/Analysis/RegionInfo/block_sort.ll b/test/Analysis/RegionInfo/Stats/block_sort.ll similarity index 100% rename from test/Analysis/RegionInfo/block_sort.ll rename to test/Analysis/RegionInfo/Stats/block_sort.ll diff --git a/test/Analysis/RegionInfo/cond_loop.ll b/test/Analysis/RegionInfo/Stats/cond_loop.ll similarity index 100% rename from test/Analysis/RegionInfo/cond_loop.ll rename to test/Analysis/RegionInfo/Stats/cond_loop.ll diff --git a/test/Analysis/RegionInfo/condition_complicated.ll b/test/Analysis/RegionInfo/Stats/condition_complicated.ll similarity index 100% rename from test/Analysis/RegionInfo/condition_complicated.ll rename to test/Analysis/RegionInfo/Stats/condition_complicated.ll diff --git a/test/Analysis/RegionInfo/condition_complicated_2.ll b/test/Analysis/RegionInfo/Stats/condition_complicated_2.ll similarity index 100% rename from test/Analysis/RegionInfo/condition_complicated_2.ll rename to test/Analysis/RegionInfo/Stats/condition_complicated_2.ll diff --git a/test/Analysis/RegionInfo/condition_forward_edge.ll b/test/Analysis/RegionInfo/Stats/condition_forward_edge.ll similarity index 100% rename from test/Analysis/RegionInfo/condition_forward_edge.ll rename to test/Analysis/RegionInfo/Stats/condition_forward_edge.ll diff --git a/test/Analysis/RegionInfo/condition_same_exit.ll b/test/Analysis/RegionInfo/Stats/condition_same_exit.ll similarity index 100% rename from test/Analysis/RegionInfo/condition_same_exit.ll rename to test/Analysis/RegionInfo/Stats/condition_same_exit.ll diff --git a/test/Analysis/RegionInfo/condition_simple.ll b/test/Analysis/RegionInfo/Stats/condition_simple.ll similarity index 100% rename from test/Analysis/RegionInfo/condition_simple.ll rename to test/Analysis/RegionInfo/Stats/condition_simple.ll diff --git a/test/Analysis/RegionInfo/exit_in_condition.ll b/test/Analysis/RegionInfo/Stats/exit_in_condition.ll similarity index 100% rename from test/Analysis/RegionInfo/exit_in_condition.ll rename to test/Analysis/RegionInfo/Stats/exit_in_condition.ll diff --git a/test/Analysis/RegionInfo/infinite_loop.ll b/test/Analysis/RegionInfo/Stats/infinite_loop.ll similarity index 100% rename from test/Analysis/RegionInfo/infinite_loop.ll rename to test/Analysis/RegionInfo/Stats/infinite_loop.ll diff --git a/test/Analysis/RegionInfo/infinite_loop_2.ll b/test/Analysis/RegionInfo/Stats/infinite_loop_2.ll similarity index 100% rename from test/Analysis/RegionInfo/infinite_loop_2.ll rename to test/Analysis/RegionInfo/Stats/infinite_loop_2.ll diff --git a/test/Analysis/RegionInfo/infinite_loop_3.ll b/test/Analysis/RegionInfo/Stats/infinite_loop_3.ll similarity index 100% rename from test/Analysis/RegionInfo/infinite_loop_3.ll rename to test/Analysis/RegionInfo/Stats/infinite_loop_3.ll diff --git a/test/Analysis/RegionInfo/infinite_loop_4.ll b/test/Analysis/RegionInfo/Stats/infinite_loop_4.ll similarity index 100% rename from test/Analysis/RegionInfo/infinite_loop_4.ll rename to test/Analysis/RegionInfo/Stats/infinite_loop_4.ll diff --git a/test/Analysis/RegionInfo/Stats/lit.local.cfg b/test/Analysis/RegionInfo/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Analysis/RegionInfo/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Analysis/RegionInfo/loop_with_condition.ll b/test/Analysis/RegionInfo/Stats/loop_with_condition.ll similarity index 100% rename from test/Analysis/RegionInfo/loop_with_condition.ll rename to test/Analysis/RegionInfo/Stats/loop_with_condition.ll diff --git a/test/Analysis/RegionInfo/loops_1.ll b/test/Analysis/RegionInfo/Stats/loops_1.ll similarity index 100% rename from test/Analysis/RegionInfo/loops_1.ll rename to test/Analysis/RegionInfo/Stats/loops_1.ll diff --git a/test/Analysis/RegionInfo/loops_2.ll b/test/Analysis/RegionInfo/Stats/loops_2.ll similarity index 100% rename from test/Analysis/RegionInfo/loops_2.ll rename to test/Analysis/RegionInfo/Stats/loops_2.ll diff --git a/test/Analysis/RegionInfo/mix_1.ll b/test/Analysis/RegionInfo/Stats/mix_1.ll similarity index 100% rename from test/Analysis/RegionInfo/mix_1.ll rename to test/Analysis/RegionInfo/Stats/mix_1.ll diff --git a/test/Analysis/RegionInfo/nested_loops.ll b/test/Analysis/RegionInfo/Stats/nested_loops.ll similarity index 100% rename from test/Analysis/RegionInfo/nested_loops.ll rename to test/Analysis/RegionInfo/Stats/nested_loops.ll diff --git a/test/Analysis/RegionInfo/next.ll b/test/Analysis/RegionInfo/Stats/next.ll similarity index 100% rename from test/Analysis/RegionInfo/next.ll rename to test/Analysis/RegionInfo/Stats/next.ll diff --git a/test/Analysis/RegionInfo/paper.ll b/test/Analysis/RegionInfo/Stats/paper.ll similarity index 100% rename from test/Analysis/RegionInfo/paper.ll rename to test/Analysis/RegionInfo/Stats/paper.ll diff --git a/test/Analysis/RegionInfo/two_loops_same_header.ll b/test/Analysis/RegionInfo/Stats/two_loops_same_header.ll similarity index 100% rename from test/Analysis/RegionInfo/two_loops_same_header.ll rename to test/Analysis/RegionInfo/Stats/two_loops_same_header.ll diff --git a/test/CodeGen/ARM/2007-03-13-InstrSched.ll b/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll similarity index 100% rename from test/CodeGen/ARM/2007-03-13-InstrSched.ll rename to test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll diff --git a/test/CodeGen/ARM/2011-12-14-machine-sink.ll b/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll similarity index 100% rename from test/CodeGen/ARM/2011-12-14-machine-sink.ll rename to test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll diff --git a/test/CodeGen/ARM/addrmode.ll b/test/CodeGen/ARM/Stats/addrmode.ll similarity index 100% rename from test/CodeGen/ARM/addrmode.ll rename to test/CodeGen/ARM/Stats/addrmode.ll diff --git a/test/CodeGen/ARM/Stats/lit.local.cfg b/test/CodeGen/ARM/Stats/lit.local.cfg new file mode 100644 index 00000000000..f6194d24218 --- /dev/null +++ b/test/CodeGen/ARM/Stats/lit.local.cfg @@ -0,0 +1,8 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +targets = set(config.root.targets_to_build.split()) +if not 'ARM' in targets: + config.unsupported = True + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/CodeGen/PowerPC/iabs.ll b/test/CodeGen/PowerPC/Stats/iabs.ll similarity index 100% rename from test/CodeGen/PowerPC/iabs.ll rename to test/CodeGen/PowerPC/Stats/iabs.ll diff --git a/test/CodeGen/PowerPC/Stats/lit.local.cfg b/test/CodeGen/PowerPC/Stats/lit.local.cfg new file mode 100644 index 00000000000..2608e139e90 --- /dev/null +++ b/test/CodeGen/PowerPC/Stats/lit.local.cfg @@ -0,0 +1,8 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +targets = set(config.root.targets_to_build.split()) +if not 'PowerPC' in targets: + config.unsupported = True + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/CodeGen/PowerPC/rlwimi3.ll b/test/CodeGen/PowerPC/Stats/rlwimi3.ll similarity index 100% rename from test/CodeGen/PowerPC/rlwimi3.ll rename to test/CodeGen/PowerPC/Stats/rlwimi3.ll diff --git a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll b/test/CodeGen/X86/Stats/2003-08-03-CallArgLiveRanges.ll similarity index 100% rename from test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll rename to test/CodeGen/X86/Stats/2003-08-03-CallArgLiveRanges.ll diff --git a/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll b/test/CodeGen/X86/Stats/2006-03-02-InstrSchedBug.ll similarity index 100% rename from test/CodeGen/X86/2006-03-02-InstrSchedBug.ll rename to test/CodeGen/X86/Stats/2006-03-02-InstrSchedBug.ll diff --git a/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll b/test/CodeGen/X86/Stats/2006-05-01-SchedCausingSpills.ll similarity index 100% rename from test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll rename to test/CodeGen/X86/Stats/2006-05-01-SchedCausingSpills.ll diff --git a/test/CodeGen/X86/2006-05-02-InstrSched1.ll b/test/CodeGen/X86/Stats/2006-05-02-InstrSched1.ll similarity index 100% rename from test/CodeGen/X86/2006-05-02-InstrSched1.ll rename to test/CodeGen/X86/Stats/2006-05-02-InstrSched1.ll diff --git a/test/CodeGen/X86/2006-05-02-InstrSched2.ll b/test/CodeGen/X86/Stats/2006-05-02-InstrSched2.ll similarity index 100% rename from test/CodeGen/X86/2006-05-02-InstrSched2.ll rename to test/CodeGen/X86/Stats/2006-05-02-InstrSched2.ll diff --git a/test/CodeGen/X86/2006-05-11-InstrSched.ll b/test/CodeGen/X86/Stats/2006-05-11-InstrSched.ll similarity index 100% rename from test/CodeGen/X86/2006-05-11-InstrSched.ll rename to test/CodeGen/X86/Stats/2006-05-11-InstrSched.ll diff --git a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/test/CodeGen/X86/Stats/2008-02-18-TailMergingBug.ll similarity index 100% rename from test/CodeGen/X86/2008-02-18-TailMergingBug.ll rename to test/CodeGen/X86/Stats/2008-02-18-TailMergingBug.ll diff --git a/test/CodeGen/X86/2008-10-27-CoalescerBug.ll b/test/CodeGen/X86/Stats/2008-10-27-CoalescerBug.ll similarity index 100% rename from test/CodeGen/X86/2008-10-27-CoalescerBug.ll rename to test/CodeGen/X86/Stats/2008-10-27-CoalescerBug.ll diff --git a/test/CodeGen/X86/2009-02-25-CommuteBug.ll b/test/CodeGen/X86/Stats/2009-02-25-CommuteBug.ll similarity index 100% rename from test/CodeGen/X86/2009-02-25-CommuteBug.ll rename to test/CodeGen/X86/Stats/2009-02-25-CommuteBug.ll diff --git a/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll b/test/CodeGen/X86/Stats/2009-02-26-MachineLICMBug.ll similarity index 100% rename from test/CodeGen/X86/2009-02-26-MachineLICMBug.ll rename to test/CodeGen/X86/Stats/2009-02-26-MachineLICMBug.ll diff --git a/test/CodeGen/X86/2009-03-23-MultiUseSched.ll b/test/CodeGen/X86/Stats/2009-03-23-MultiUseSched.ll similarity index 100% rename from test/CodeGen/X86/2009-03-23-MultiUseSched.ll rename to test/CodeGen/X86/Stats/2009-03-23-MultiUseSched.ll diff --git a/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll b/test/CodeGen/X86/Stats/2009-04-16-SpillerUnfold.ll similarity index 100% rename from test/CodeGen/X86/2009-04-16-SpillerUnfold.ll rename to test/CodeGen/X86/Stats/2009-04-16-SpillerUnfold.ll diff --git a/test/CodeGen/X86/2010-01-19-OptExtBug.ll b/test/CodeGen/X86/Stats/2010-01-19-OptExtBug.ll similarity index 100% rename from test/CodeGen/X86/2010-01-19-OptExtBug.ll rename to test/CodeGen/X86/Stats/2010-01-19-OptExtBug.ll diff --git a/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll b/test/CodeGen/X86/Stats/2011-06-12-FastAllocSpill.ll similarity index 100% rename from test/CodeGen/X86/2011-06-12-FastAllocSpill.ll rename to test/CodeGen/X86/Stats/2011-06-12-FastAllocSpill.ll diff --git a/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll b/test/CodeGen/X86/Stats/2012-03-26-PostRALICMBug.ll similarity index 100% rename from test/CodeGen/X86/2012-03-26-PostRALICMBug.ll rename to test/CodeGen/X86/Stats/2012-03-26-PostRALICMBug.ll diff --git a/test/CodeGen/X86/MachineSink-PHIUse.ll b/test/CodeGen/X86/Stats/MachineSink-PHIUse.ll similarity index 100% rename from test/CodeGen/X86/MachineSink-PHIUse.ll rename to test/CodeGen/X86/Stats/MachineSink-PHIUse.ll diff --git a/test/CodeGen/X86/constant-pool-remat-0.ll b/test/CodeGen/X86/Stats/constant-pool-remat-0.ll similarity index 100% rename from test/CodeGen/X86/constant-pool-remat-0.ll rename to test/CodeGen/X86/Stats/constant-pool-remat-0.ll diff --git a/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll b/test/CodeGen/X86/Stats/convert-2-addr-3-addr-inc64.ll similarity index 100% rename from test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll rename to test/CodeGen/X86/Stats/convert-2-addr-3-addr-inc64.ll diff --git a/test/CodeGen/X86/dagcombine-cse.ll b/test/CodeGen/X86/Stats/dagcombine-cse.ll similarity index 100% rename from test/CodeGen/X86/dagcombine-cse.ll rename to test/CodeGen/X86/Stats/dagcombine-cse.ll diff --git a/test/CodeGen/X86/hoist-invariant-load.ll b/test/CodeGen/X86/Stats/hoist-invariant-load.ll similarity index 100% rename from test/CodeGen/X86/hoist-invariant-load.ll rename to test/CodeGen/X86/Stats/hoist-invariant-load.ll diff --git a/test/CodeGen/X86/licm-nested.ll b/test/CodeGen/X86/Stats/licm-nested.ll similarity index 100% rename from test/CodeGen/X86/licm-nested.ll rename to test/CodeGen/X86/Stats/licm-nested.ll diff --git a/test/CodeGen/X86/Stats/lit.local.cfg b/test/CodeGen/X86/Stats/lit.local.cfg new file mode 100644 index 00000000000..1a5fd5ec865 --- /dev/null +++ b/test/CodeGen/X86/Stats/lit.local.cfg @@ -0,0 +1,8 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +targets = set(config.root.targets_to_build.split()) +if not 'X86' in targets: + config.unsupported = True + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/CodeGen/X86/phi-immediate-factoring.ll b/test/CodeGen/X86/Stats/phi-immediate-factoring.ll similarity index 100% rename from test/CodeGen/X86/phi-immediate-factoring.ll rename to test/CodeGen/X86/Stats/phi-immediate-factoring.ll diff --git a/test/CodeGen/X86/pr3522.ll b/test/CodeGen/X86/Stats/pr3522.ll similarity index 100% rename from test/CodeGen/X86/pr3522.ll rename to test/CodeGen/X86/Stats/pr3522.ll diff --git a/test/CodeGen/X86/regpressure.ll b/test/CodeGen/X86/Stats/regpressure.ll similarity index 100% rename from test/CodeGen/X86/regpressure.ll rename to test/CodeGen/X86/Stats/regpressure.ll diff --git a/test/CodeGen/X86/twoaddr-coalesce-2.ll b/test/CodeGen/X86/Stats/twoaddr-coalesce-2.ll similarity index 100% rename from test/CodeGen/X86/twoaddr-coalesce-2.ll rename to test/CodeGen/X86/Stats/twoaddr-coalesce-2.ll diff --git a/test/CodeGen/X86/twoaddr-pass-sink.ll b/test/CodeGen/X86/Stats/twoaddr-pass-sink.ll similarity index 100% rename from test/CodeGen/X86/twoaddr-pass-sink.ll rename to test/CodeGen/X86/Stats/twoaddr-pass-sink.ll diff --git a/test/CodeGen/X86/vec_insert-6.ll b/test/CodeGen/X86/Stats/vec_insert-6.ll similarity index 100% rename from test/CodeGen/X86/vec_insert-6.ll rename to test/CodeGen/X86/Stats/vec_insert-6.ll diff --git a/test/CodeGen/X86/vec_shuffle-19.ll b/test/CodeGen/X86/Stats/vec_shuffle-19.ll similarity index 100% rename from test/CodeGen/X86/vec_shuffle-19.ll rename to test/CodeGen/X86/Stats/vec_shuffle-19.ll diff --git a/test/CodeGen/X86/vec_shuffle-20.ll b/test/CodeGen/X86/Stats/vec_shuffle-20.ll similarity index 100% rename from test/CodeGen/X86/vec_shuffle-20.ll rename to test/CodeGen/X86/Stats/vec_shuffle-20.ll diff --git a/test/CodeGen/X86/zero-remat.ll b/test/CodeGen/X86/Stats/zero-remat.ll similarity index 100% rename from test/CodeGen/X86/zero-remat.ll rename to test/CodeGen/X86/Stats/zero-remat.ll diff --git a/test/Transforms/GVN/Stats/lit.local.cfg b/test/Transforms/GVN/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/GVN/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/GVN/nonescaping-malloc.ll b/test/Transforms/GVN/Stats/nonescaping-malloc.ll similarity index 100% rename from test/Transforms/GVN/nonescaping-malloc.ll rename to test/Transforms/GVN/Stats/nonescaping-malloc.ll diff --git a/test/Transforms/GlobalOpt/2009-03-05-dbg.ll b/test/Transforms/GlobalOpt/Stats/2009-03-05-dbg.ll similarity index 100% rename from test/Transforms/GlobalOpt/2009-03-05-dbg.ll rename to test/Transforms/GlobalOpt/Stats/2009-03-05-dbg.ll diff --git a/test/Transforms/GlobalOpt/Stats/lit.local.cfg b/test/Transforms/GlobalOpt/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/GlobalOpt/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/IndVarSimplify/Stats/lit.local.cfg b/test/Transforms/IndVarSimplify/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/IndVarSimplify/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll b/test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll similarity index 100% rename from test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll rename to test/Transforms/IndVarSimplify/Stats/phi-uses-value-multiple-times.ll diff --git a/test/Transforms/Inline/delete-call.ll b/test/Transforms/Inline/Stats/delete-call.ll similarity index 100% rename from test/Transforms/Inline/delete-call.ll rename to test/Transforms/Inline/Stats/delete-call.ll diff --git a/test/Transforms/Inline/Stats/lit.local.cfg b/test/Transforms/Inline/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/Inline/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/LICM/hoist-invariant-load.ll b/test/Transforms/LICM/Stats/hoist-invariant-load.ll similarity index 100% rename from test/Transforms/LICM/hoist-invariant-load.ll rename to test/Transforms/LICM/Stats/hoist-invariant-load.ll diff --git a/test/Transforms/LICM/Stats/lit.local.cfg b/test/Transforms/LICM/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/LICM/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/LoopUnroll/Stats/lit.local.cfg b/test/Transforms/LoopUnroll/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/LoopUnroll/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/LoopUnroll/runtime-loop3.ll b/test/Transforms/LoopUnroll/Stats/runtime-loop3.ll similarity index 100% rename from test/Transforms/LoopUnroll/runtime-loop3.ll rename to test/Transforms/LoopUnroll/Stats/runtime-loop3.ll diff --git a/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll b/test/Transforms/LoopUnswitch/Stats/2008-11-03-Invariant.ll similarity index 100% rename from test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll rename to test/Transforms/LoopUnswitch/Stats/2008-11-03-Invariant.ll diff --git a/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll b/test/Transforms/LoopUnswitch/Stats/2011-11-18-SimpleSwitch.ll similarity index 100% rename from test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll rename to test/Transforms/LoopUnswitch/Stats/2011-11-18-SimpleSwitch.ll diff --git a/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll b/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches-Threshold.ll similarity index 100% rename from test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll rename to test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches-Threshold.ll diff --git a/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll b/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches.ll similarity index 100% rename from test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll rename to test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches.ll diff --git a/test/Transforms/LoopUnswitch/infinite-loop.ll b/test/Transforms/LoopUnswitch/Stats/infinite-loop.ll similarity index 100% rename from test/Transforms/LoopUnswitch/infinite-loop.ll rename to test/Transforms/LoopUnswitch/Stats/infinite-loop.ll diff --git a/test/Transforms/LoopUnswitch/Stats/lit.local.cfg b/test/Transforms/LoopUnswitch/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/LoopUnswitch/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/MergeFunc/Stats/lit.local.cfg b/test/Transforms/MergeFunc/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/MergeFunc/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/MergeFunc/phi-speculation1.ll b/test/Transforms/MergeFunc/Stats/phi-speculation1.ll similarity index 100% rename from test/Transforms/MergeFunc/phi-speculation1.ll rename to test/Transforms/MergeFunc/Stats/phi-speculation1.ll diff --git a/test/Transforms/MergeFunc/phi-speculation2.ll b/test/Transforms/MergeFunc/Stats/phi-speculation2.ll similarity index 100% rename from test/Transforms/MergeFunc/phi-speculation2.ll rename to test/Transforms/MergeFunc/Stats/phi-speculation2.ll diff --git a/test/Transforms/MergeFunc/vector.ll b/test/Transforms/MergeFunc/Stats/vector.ll similarity index 100% rename from test/Transforms/MergeFunc/vector.ll rename to test/Transforms/MergeFunc/Stats/vector.ll diff --git a/test/Transforms/MergeFunc/vectors-and-arrays.ll b/test/Transforms/MergeFunc/Stats/vectors-and-arrays.ll similarity index 100% rename from test/Transforms/MergeFunc/vectors-and-arrays.ll rename to test/Transforms/MergeFunc/Stats/vectors-and-arrays.ll diff --git a/test/Transforms/TailCallElim/ackermann.ll b/test/Transforms/TailCallElim/Stats/ackermann.ll similarity index 100% rename from test/Transforms/TailCallElim/ackermann.ll rename to test/Transforms/TailCallElim/Stats/ackermann.ll diff --git a/test/Transforms/TailCallElim/dup_tail.ll b/test/Transforms/TailCallElim/Stats/dup_tail.ll similarity index 100% rename from test/Transforms/TailCallElim/dup_tail.ll rename to test/Transforms/TailCallElim/Stats/dup_tail.ll diff --git a/test/Transforms/TailCallElim/Stats/lit.local.cfg b/test/Transforms/TailCallElim/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/TailCallElim/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/Stats/2008-06-11-AvoidDupLoopHeader.ll similarity index 100% rename from test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll rename to test/Transforms/TailDup/Stats/2008-06-11-AvoidDupLoopHeader.ll diff --git a/test/Transforms/TailDup/Stats/lit.local.cfg b/test/Transforms/TailDup/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/test/Transforms/TailDup/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True -- 2.11.0