[PATCH] D36113: [Loop Vectorize] Vectorize Loops with Backward Dependence

DIVYA SHANMUGHAN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 14:59:30 PDT 2017


DIVYA updated this revision to Diff 109231.
DIVYA added a comment.

- Added comments
- Made option to disable pass




https://reviews.llvm.org/D36113

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO/PassManagerBuilder.h
  include/llvm/Transforms/Vectorize.h
  include/llvm/Transforms/Vectorize/LoopVectorizePred.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Vectorize/CMakeLists.txt
  lib/Transforms/Vectorize/LoopVectorizePred.cpp
  lib/Transforms/Vectorize/Vectorize.cpp
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Transforms/LoopVectorize/loop-with-backward-dependences.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36113.109231.patch
Type: text/x-patch
Size: 34816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170801/0efb6c57/attachment-0001.bin>


More information about the llvm-commits mailing list