[PATCH] D108371: [LAA] Add Memory dependence and unknown bounds remarks.
Malhar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 23:08:20 PDT 2021
malharJ updated this revision to Diff 370992.
malharJ added a comment.
This is to correct a mistake made in the previous patch.
"loop not vectorized" should not be emitted from loop-access analysis.
(the loop-vectorize takes care of adding 'loop not vectorized')
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108371/new/
https://reviews.llvm.org/D108371
Files:
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/test/Analysis/LoopAccessAnalysis/memory-dep-remarks.ll
llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
llvm/test/Transforms/LoopVectorize/diag-with-hotness-info-2.ll
llvm/test/Transforms/LoopVectorize/unsafe-dep-remark.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108371.370992.patch
Type: text/x-patch
Size: 34304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/34c6383a/attachment.bin>
More information about the llvm-commits
mailing list