diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-24 02:14:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-24 02:14:05 +0000 |
commit | df0b78da33a0e486fa892e10e2c2a0e2ed644a97 (patch) | |
tree | 7348b915bbb3da181d246933c11375d67eed6d5a /test/Bitcode/sse2_movs_d.ll | |
parent | 48d91af0c37fa7216107b2b4e6b28b8fe1e8b22d (diff) | |
download | external_llvm-df0b78da33a0e486fa892e10e2c2a0e2ed644a97.zip external_llvm-df0b78da33a0e486fa892e10e2c2a0e2ed644a97.tar.gz external_llvm-df0b78da33a0e486fa892e10e2c2a0e2ed644a97.tar.bz2 |
Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/sse2_movs_d.ll')
-rw-r--r-- | test/Bitcode/sse2_movs_d.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Bitcode/sse2_movs_d.ll b/test/Bitcode/sse2_movs_d.ll new file mode 100644 index 0000000..25a35b6 --- /dev/null +++ b/test/Bitcode/sse2_movs_d.ll @@ -0,0 +1,2 @@ +; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.movs.d} +; RUN: llvm-dis < %s.bc | grep shufflevector |