mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-16 09:30:09 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc70cf8be9
commit
c55bfd0265
@ -137,3 +137,14 @@ Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation.
|
||||
|
||||
Handle VECTOR_SHUFFLE nodes with the appropriate shuffle mask with vsldoi,
|
||||
vpkuhum and vpkuwum.
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Implement multiply for vector integer types, to avoid the horrible scalarized
|
||||
code produced by legalize.
|
||||
|
||||
void test(vector int *X, vector int *Y) {
|
||||
*X = *X * *Y;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user