Skip to content
  • Bruno Cardoso Lopes's avatar
    Now that we have a canonical way to handle 256-bit splats: · ed786a34
    Bruno Cardoso Lopes authored
    vinsertf128 $1 + vpermilps $0, remove the old code that used to first
    do the splat in a 128-bit vector and then insert it into a larger one.
    This is better because the handling code gets simpler and also makes a
    better room for the upcoming vbroadcast!
    
    llvm-svn: 137807
    ed786a34
Loading