[PATCH] D108371: [LAA] Add Memory dependence and unknown bounds remarks.

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 08:21:53 PDT 2021


malharJ updated this revision to Diff 368353.
malharJ marked 4 inline comments as done.
malharJ added a comment.

1. Added a standardized method of outputting the debug location.

Also changed the output format accordingly.

2. Simplified the regression test:
  - Corrected bug by changing vectorized IR to scalar IR
  - removed as much debug info as possible


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/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
  llvm/test/Transforms/LoopVectorize/loopvectorize-opt-remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108371.368353.patch
Type: text/x-patch
Size: 32726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/7e75ca59/attachment.bin>


More information about the llvm-commits mailing list