[PATCH] PowerPC: Expand load extend vector operations
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 5 Nov 2012 17:15:56 +0000 (17:15 +0000)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 5 Nov 2012 17:15:56 +0000 (17:15 +0000)
commitcfe09ed28d8a65b671e8b7a716a933e98e810e32
treed1c325aa31dce3c96886c539334e039dba063bcc
parent08f9c8d7761f6857ffb86da7a17e9a94a9629ba5
[PATCH] PowerPC: Expand load extend vector operations

This patch expands the SEXTLOAD, ZEXTLOAD, and EXTLOAD operations for
vector types when altivec is enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167386 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/vec_extload.ll [new file with mode: 0644]