hanchenye-llvm-project/llvm/test/Analysis
Renato Golin 0178a25fc5 Fixes ARM LNT bot from SLP change in O3
This patch fixes the multiple breakages on ARM test-suite after the SLP
vectorizer was introduced by default on O3. The problem was an illegal
vector type on ARMTTI::getCmpSelInstrCost() <3 x i1> which is not simple.

The guard protects this code from breaking (cause of the problems) but
doesn't fix the issue that is generating the odd vector in the first
place, which also needs to be investigated.

llvm-svn: 187658
2013-08-02 17:10:04 +00:00
..
BasicAA Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias. 2013-05-28 08:17:48 +00:00
BlockFrequencyInfo Minimize precision loss when computing cyclic probabilities. 2013-06-28 22:40:43 +00:00
BranchProbabilityInfo Add a new function attribute 'cold' to functions. 2013-05-24 12:26:52 +00:00
CallGraph Add newlines at end of test files, no functionality change 2013-07-13 22:00:58 +00:00
CostModel Fixes ARM LNT bot from SLP change in O3 2013-08-02 17:10:04 +00:00
DependenceAnalysis (no commit message) 2013-06-28 18:44:48 +00:00
Dominators Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID 2012-12-30 02:33:22 +00:00
GlobalsModRef TBAA: remove !tbaa from testing cases if not used. 2013-04-29 22:42:01 +00:00
LoopInfo Convert all tests using TCL-style quoting to use shell-style quoting. 2012-07-02 12:47:22 +00:00
MemoryDependenceAnalysis Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis. 2013-05-06 02:07:24 +00:00
PostDominators
Profiling AArch64: use MCJIT by default and enable related tests. 2013-05-06 16:51:08 +00:00
RegionInfo RegionInfo: Do not crash if unreachable block is found 2013-05-03 15:48:34 +00:00
ScalarEvolution Add newlines at end of test files, no functionality change 2013-07-13 22:00:58 +00:00
TypeBasedAliasAnalysis Extend 'readonly' and 'readnone' to work on function arguments as well as 2013-07-06 00:29:58 +00:00