Skip to content
  • Chris Lattner's avatar
    Codegen things like: · 2771e2c9
    Chris Lattner authored
     <int -1, int -1, int -1, int -1>
    and
     <int 65537, int 65537, int 65537, int 65537>
    
    Using things like:
      vspltisb v0, -1
    and:
      vspltish v0, 1
    
    instead of using constant pool loads.
    
    This implements CodeGen/PowerPC/vec_splat.ll:splat_imm_i{32|16}.
    
    llvm-svn: 27106
    2771e2c9
Loading