diff options
author | Eric Christopher <echristo@apple.com> | 2010-04-20 00:59:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-04-20 00:59:54 +0000 |
commit | 6d972fd087a29dcb063b86e3b81957d9e19ff8f1 (patch) | |
tree | a4a08a714f41dd0bd6ac821c13e9ff2c79a1ae29 /test/Bitcode | |
parent | a9056dbec17fe2d83d61b934ccb3f8088eca5d08 (diff) |
Remove the palignr intrinsics now that we lower them to vector shuffles,
shifts and null vectors. Autoupgrade these to what we'd lower them to.
Add a testcase to exercise this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r-- | test/Bitcode/ssse3_palignr.ll | 1 | ||||
-rw-r--r-- | test/Bitcode/ssse3_palignr.ll.bc | bin | 0 -> 1280 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/test/Bitcode/ssse3_palignr.ll b/test/Bitcode/ssse3_palignr.ll new file mode 100644 index 0000000000..d596dd5eb3 --- /dev/null +++ b/test/Bitcode/ssse3_palignr.ll @@ -0,0 +1 @@ +; RUN: llvm-dis < %s.bc | not grep {@llvm\\.palign} diff --git a/test/Bitcode/ssse3_palignr.ll.bc b/test/Bitcode/ssse3_palignr.ll.bc Binary files differnew file mode 100644 index 0000000000..642f4dedc4 --- /dev/null +++ b/test/Bitcode/ssse3_palignr.ll.bc |