mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72e241cff7
commit
8b4684247a
@ -51,9 +51,7 @@ Missing intrinsics:
|
||||
|
||||
ds*
|
||||
mf*
|
||||
vavg*
|
||||
vmladduhm
|
||||
vmr*
|
||||
vsel (some aliases only accessible using builtins)
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -154,3 +152,7 @@ void test(vector int *X, vector int *Y) {
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Lower "merges" in the front-end to shuffles, reconstruct in the backend.
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user