[X86][MMX] Add tests for pslli, psrli and psrai intrinsics
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 23 Feb 2015 15:23:06 +0000 (15:23 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 23 Feb 2015 15:23:06 +0000 (15:23 +0000)
commit6916c75fbae29e7b282448fce5e82777c410df42
tree27c0946c1220173b59772f4d05bff78ca0a032bf
parentfdafc8fd5e50d8db204af3cc12a65c3ac86cf83c
[X86][MMX] Add tests for pslli, psrli and psrai intrinsics

Add tests to cover the RR form of the pslli, psrli and psrai intrinsics.
In the next commit, the loads are going to be folded and the
instructions use the RM form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230224 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/mmx-fold-load.ll [new file with mode: 0644]