Skip to content
  • Nadav Rotem's avatar
    Reapply 154396 after fixing a test. · 9bc178ac
    Nadav Rotem authored
    Original message:
    Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
    blendV uses a register for the selection while Vblend uses an immediate.
    On sandybridge they still have the same latency and execute on the same execution ports.
    
    llvm-svn: 154483
    9bc178ac
Loading