[PATCH] D19431: [LoopDist] Add llvm.loop.distribute.enable loop metadata

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 17:48:56 PDT 2016


anemet updated this revision to Diff 55144.
anemet added a comment.

- Added new SCEVCheckThreshold for the pragma enable case

- Rebased on top of http://reviews.llvm.org/rL267643 which makes it easier to cache if distribution

was forced in the new per-loop class


http://reviews.llvm.org/D19431

Files:
  docs/LangRef.rst
  include/llvm/Transforms/Scalar.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/LoopDistribute.cpp
  test/Transforms/LoopDistribute/metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19431.55144.patch
Type: text/x-patch
Size: 13530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/10f04341/attachment.bin>


More information about the llvm-commits mailing list