Skip to content
  • Hal Finkel's avatar
    By default, use Early-CSE instead of GVN for vectorization cleanup. · 204bf535
    Hal Finkel authored
    As has been suggested by Duncan and others, Early-CSE and GVN should
    do similar redundancy elimination, but Early-CSE is much less expensive.
    Most of my autovectorization benchmarks show a performance regresion, but
    all of these are < 0.1%, and so I think that it is still worth using
    the less expensive pass.
    
    llvm-svn: 154673
    204bf535
Loading