diff options
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch')
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/2008-11-03-Invariant.ll (renamed from llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-SimpleSwitch.ll (renamed from llvm/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches-Threshold.ll (renamed from llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches.ll (renamed from llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/infinite-loop.ll (renamed from llvm/test/Transforms/LoopUnswitch/infinite-loop.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopUnswitch/Stats/lit.local.cfg | 4 |
6 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll b/llvm/test/Transforms/LoopUnswitch/Stats/2008-11-03-Invariant.ll index 9d73d31d504..9d73d31d504 100644 --- a/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll +++ b/llvm/test/Transforms/LoopUnswitch/Stats/2008-11-03-Invariant.ll diff --git a/llvm/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-SimpleSwitch.ll index bde52da87ae..bde52da87ae 100644 --- a/llvm/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll +++ b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-SimpleSwitch.ll diff --git a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches-Threshold.ll index c3bf5966ad0..c3bf5966ad0 100644 --- a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll +++ b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches-Threshold.ll diff --git a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches.ll index 95303337da5..95303337da5 100644 --- a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll +++ b/llvm/test/Transforms/LoopUnswitch/Stats/2011-11-18-TwoSwitches.ll diff --git a/llvm/test/Transforms/LoopUnswitch/infinite-loop.ll b/llvm/test/Transforms/LoopUnswitch/Stats/infinite-loop.ll index f3fba642f81..f3fba642f81 100644 --- a/llvm/test/Transforms/LoopUnswitch/infinite-loop.ll +++ b/llvm/test/Transforms/LoopUnswitch/Stats/infinite-loop.ll diff --git a/llvm/test/Transforms/LoopUnswitch/Stats/lit.local.cfg b/llvm/test/Transforms/LoopUnswitch/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/llvm/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 |