add a note

llvm-svn: 27419
This commit is contained in:
Chris Lattner 2006-04-04 23:45:11 +00:00
parent 281bb5da1d
commit 0c82447c66
1 changed files with 4 additions and 2 deletions

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