forked from OSchip/llvm-project
parent
281bb5da1d
commit
0c82447c66
|
@ -51,9 +51,7 @@ Missing intrinsics:
|
||||||
|
|
||||||
ds*
|
ds*
|
||||||
mf*
|
mf*
|
||||||
vavg*
|
|
||||||
vmladduhm
|
vmladduhm
|
||||||
vmr*
|
|
||||||
vsel (some aliases only accessible using builtins)
|
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