Add PM extension point EP_VectorizerStart
authorTobias Grosser <tobias@grosser.es>
Thu, 16 Jul 2015 08:20:37 +0000 (08:20 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 16 Jul 2015 08:20:37 +0000 (08:20 +0000)
commit83c223932ec5ee1dba54e4126f156353795c00f2
tree73fb4bc47a29f1af267b496dd94ec86101585f58
parente03f4bd255be67334fcc26915e666a25abcb648a
Add PM extension point EP_VectorizerStart

This extension point allows passes to be executed right before the vectorizer
and other highly target specific optimizations are run.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242389 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO/PassManagerBuilder.h
lib/Transforms/IPO/PassManagerBuilder.cpp