Skip to content
  • Michael Liao's avatar
    Correct cost model for vector shift on AVX2 · 70dd7f99
    Michael Liao authored
    - After moving logic recognizing vector shift with scalar amount from
      DAG combining into DAG lowering, we declare to customize all vector
      shifts even vector shift on AVX is legal. As a result, the cost model
      needs special tuning to identify these legal cases.
    
    llvm-svn: 177586
    70dd7f99
Loading