Skip to content
  • Chandler Carruth's avatar
    Add a flag to defer vectorization into a phase after the inliner and its · 08e1b874
    Chandler Carruth authored
    CGSCC pass manager. This should insulate the inlining decisions from the
    vectorization decisions, however it may have both compile time and code
    size problems so it is just an experimental option right now.
    
    Adding this based on a discussion with Arnold and it seems at least
    worth having this flag for us to both run some experiments to see if
    this strategy is workable. It may solve some of the regressions seen
    with the loop vectorizer.
    
    llvm-svn: 184698
    08e1b874
Loading