llvm-6502/test
Tyler Nowicki 77f03040d5 Emit warnings if vectorization is forced and fails.
This patch modifies the existing DiagnosticInfo system to create a generic base
class that is inherited to produce diagnostic-based warnings. This is used by
the loop vectorizer to trigger a warning when vectorization is forced and
fails. Several tests have been added to verify this behavior.

Reviewed by: Arnold Schwaighofer


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213110 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-16 00:36:00 +00:00
..
Analysis Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303. 2014-07-15 00:53:38 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen R600/SI: Allow using f32 rcp / rsq when denormals not handled. 2014-07-15 23:50:10 +00:00
DebugInfo Try out FileCheck's new (in r212810) -implicit-check-not in a DebugInfo test. 2014-07-15 21:06:37 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [dfsan] Introduce further optimization to reduce the number of union queries. 2014-07-15 22:13:19 +00:00
Integer
JitListener
Linker
LTO
MC [AArch64] Add negative tests for the SIMD & FP LDP instructions. 2014-07-15 16:33:24 +00:00
Object
Other
TableGen
tools llvm-objdump: Handle BSS sections larger than the object file 2014-07-14 16:20:14 +00:00
Transforms Emit warnings if vectorization is forced and fails. 2014-07-16 00:36:00 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh