]> granicus.if.org Git - llvm/commit
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.
authorTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 10 Aug 2015 19:14:16 +0000 (19:14 +0000)
committerTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 10 Aug 2015 19:14:16 +0000 (19:14 +0000)
commit5a88b327ad2e61406853aa8dd117c72420eddbae
treed0bc0ebe19164f0a4795dbbfd2dce456dad6e539
parent5b2a2849afa83a6a55b65b373feba6fa88ab5043
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.

Sometimes interleaving is not beneficial, as determined by the cost-model and sometimes it is disabled by a loop hint (by the user). This patch modifies the diagnostic messages to make it clear why interleaving wasn't done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244485 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll