[PATCH] Add support for annotated minimum dependence distance

Arch D. Robison arch.robison at intel.com
Fri Aug 29 08:49:22 PDT 2014


This patch enables producers of LLVM IR to tell the LoopVectorizer (and other tools) that there is a minimum dependence distance, such as with the OpenMP 4.0 "safelen" clause.  See email chain http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/075701.html for discussion.  The updates to LangRef explain the final design.

http://reviews.llvm.org/D5123

Files:
  docs/LangRef.rst
  include/llvm/Analysis/LoopInfo.h
  lib/Analysis/LoopInfo.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/X86/min-dep-dist.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5123.13092.patch
Type: text/x-patch
Size: 12774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140829/d95ffc96/attachment.bin>


More information about the llvm-commits mailing list