Skip to content
  • Chris Lattner's avatar
    Rename get_VSPLI_elt -> get_VSPLTI_elt · 74cf9ff7
    Chris Lattner authored
    Canonicalize BUILD_VECTOR's that match VSPLTI's into a single type for each
    form, eliminating a bunch of Pat patterns in the .td file and allowing us to
    CSE stuff more aggressively.  This implements
    PowerPC/buildvec_canonicalize.ll:VSPLTI
    
    llvm-svn: 27614
    74cf9ff7
Loading