llvm-6502/test
Sanjoy Das e464bbfb5a [SCEV] Look at backedge dominating conditions.
Summary:
This change teaches ScalarEvolution::isLoopBackedgeGuardedByCond to look
at edges within the loop body that dominate the latch.  We don't do an
exhaustive search for all possible edges, but only a quick walk up the
dom tree.

Reviewers: atrick, hfinkel

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8627

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233447 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-27 23:18:08 +00:00
..
Analysis [SCEV] Look at backedge dominating conditions. 2015-03-27 23:18:08 +00:00
Assembler LLParser: Require non-null scope for MDLocation and MDLocalVariable 2015-03-27 17:56:39 +00:00
Bindings
Bitcode
BugPoint
CodeGen DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
DebugInfo DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
Integer
JitListener
Linker DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
LTO
MC
Object
Other
SymbolRewriter
TableGen
tools Add a -raw option to the -section mode of llvm-objdump. 2015-03-27 17:31:15 +00:00
Transforms Verifier: Call verifyModule() from llc and opt 2015-03-27 22:04:28 +00:00
Unit
Verifier Verifier: Check fields of MDVariable subclasses 2015-03-27 17:29:58 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh