summaryrefslogtreecommitdiff
path: root/test/Bitcode
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-04-20 00:59:54 +0000
committerEric Christopher <echristo@apple.com>2010-04-20 00:59:54 +0000
commit6d972fd087a29dcb063b86e3b81957d9e19ff8f1 (patch)
treea4a08a714f41dd0bd6ac821c13e9ff2c79a1ae29 /test/Bitcode
parenta9056dbec17fe2d83d61b934ccb3f8088eca5d08 (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.ll1
-rw-r--r--test/Bitcode/ssse3_palignr.ll.bcbin0 -> 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 00000000000..d596dd5eb36
--- /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
new file mode 100644
index 00000000000..642f4dedc41
--- /dev/null
+++ b/test/Bitcode/ssse3_palignr.ll.bc
Binary files differ