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:
Chris Lattner 2006-04-04 23:45:11 +00:00
parent 72e241cff7
commit 8b4684247a

View File

@ -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.
//===----------------------------------------------------------------------===//