[PATCH] D108371: [LAA] Add Memory dependence remarks.

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 1 04:54:57 PST 2022


malharJ updated this revision to Diff 396853.
malharJ marked 8 inline comments as done.
malharJ added a comment.

- minor formatting updates
- moved remark emission code for unsafe mem dependences into a function
- got rid of some more debuginfo in the LIT test.


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/depend_diff_types.ll
  llvm/test/Analysis/LoopAccessAnalysis/pointer-phis.ll
  llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
  llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
  llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
  llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
  llvm/test/Transforms/LoopVectorize/diag-with-hotness-info-2.ll
  llvm/test/Transforms/LoopVectorize/memory-dep-remarks.ll
  llvm/test/Transforms/LoopVectorize/unsafe-dep-remark.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108371.396853.patch
Type: text/x-patch
Size: 31324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220101/1865bd65/attachment-0001.bin>


More information about the llvm-commits mailing list