[PATCH] D54892: [LAA] Introduce enum for vectorization safety status (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 17:18:23 PST 2018


fhahn updated this revision to Diff 178567.
fhahn marked 9 inline comments as done.
fhahn retitled this revision from "[LAA] Avoid generating RT checks for known deps preventing vectorization." to "[LAA] Introduce enum for vectorization safety status (NFC).".
fhahn edited the summary of this revision.
fhahn added a comment.

Thanks, Ayal, I've addressed the comments and stripped the SafeWithRtChecks from this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54892/new/

https://reviews.llvm.org/D54892

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  lib/Analysis/LoopAccessAnalysis.cpp
  test/Transforms/LoopVectorize/runtime-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54892.178567.patch
Type: text/x-patch
Size: 7428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/a3101c7b/attachment.bin>


More information about the llvm-commits mailing list