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

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 22 16:55:33 PDT 2021


malharJ updated this revision to Diff 368011.
malharJ marked 3 inline comments as done.
malharJ edited the summary of this revision.
malharJ added a comment.

Removed the following:

- Most Module flags metadata (llvm.module.flags)
- function attributes
- llvm.dbg.value intrinsics and its associated metadata
- all DILocation nodes (and their usage) that did not result in the remark being generated.

Also simplified the IR where 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.368011.patch
Type: text/x-patch
Size: 42494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210822/fffe27f5/attachment.bin>


More information about the llvm-commits mailing list