Rename get_VSPLI_elt -> get_VSPLTI_elt
authorChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 17:37:20 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 17:37:20 +0000 (17:37 +0000)
commite87192a854ff0f2f1904dd9ea282eb36059bb5af
tree7da119b0dd5155f23df01753c0000bbe9b30ec5f
parentfd4297fa0f68ebe8db88fde7bc67ee38e05ef907
Rename get_VSPLI_elt -> get_VSPLTI_elt

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27614 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstrAltivec.td