Fix bug codegen'ing FP constant vectors with integer splats. Make sure the
authorChris Lattner <sabre@nondot.org>
Wed, 29 Nov 2006 19:58:49 +0000 (19:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Nov 2006 19:58:49 +0000 (19:58 +0000)
commit15eb329dae1dea7a5a38cf0c1074aaa3e0f78ab6
treed318fd18ab678b3025b6bc30b74963cd85a2ed39
parent7e68724f48f9d3a61e9888920a79457d3ad0a605
Fix bug codegen'ing FP constant vectors with integer splats.  Make sure the
created intrinsics have the right integer types.  This fixes
PowerPC/2006-11-29-AltivecFPSplat.ll

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