[llvm-commits] [llvm] r73009 - in /llvm/trunk: lib/Target/PowerPC/PPCInstrAltivec.td test/CodeGen/PowerPC/vec_shift.ll
Chris Lattner
clattner at apple.com
Fri Jun 12 16:44:54 PDT 2009
On Jun 6, 2009, at 6:07 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Sat Jun 6 20:07:55 2009
> New Revision: 73009
>
> URL: http://llvm.org/viewvc/llvm-project?rev=73009&view=rev
> Log:
> PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
> instructions.
Nice. Are there altivec intrinsics for these? Can we zap the
intrinsics and have llvm-gcc lower to the LLVM IR node?
-Chris
More information about the llvm-commits
mailing list