llvm-project/llvm/lib/Transforms
Tyler Nowicki 652b0dabe6 Extend late diagnostics to include late test for runtime pointer checks.
This patch moves checking the threshold of runtime pointer checks to the vectorization requirements (late diagnostics) and emits a diagnostic that infroms the user the loop would be vectorized if not for exceeding the pointer-check threshold. Clang will also append the options that can be used to allow vectorization.

llvm-svn: 244523
2015-08-10 23:01:55 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
IPO [PM/AA] Hoist the interface for BasicAA into a header file. 2015-08-06 07:33:15 +00:00
InstCombine [InstCombine] Move SSE2/AVX2 arithmetic vector shift folding to instcombiner 2015-08-10 20:21:15 +00:00
Instrumentation Rename inst_range() to instructions() for consistency. NFC 2015-08-06 19:10:45 +00:00
ObjCARC Fix some comment typos. 2015-08-08 18:27:36 +00:00
Scalar [IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter 2015-08-10 18:23:58 +00:00
Utils Late evaluation of the fast-math vectorization requirement. 2015-08-10 19:51:46 +00:00
Vectorize Extend late diagnostics to include late test for runtime pointer checks. 2015-08-10 23:01:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile