Add support for additional vector instructions in the interpreter.
authorNadav Rotem <nrotem@apple.com>
Fri, 12 Apr 2013 20:45:20 +0000 (20:45 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 12 Apr 2013 20:45:20 +0000 (20:45 +0000)
commitaffe889d08fe95ab4ef3d818efa1a2a98fd7e736
tree07c782c73ac47be9f5a0bba9d3c5189647d7f13d
parent3f42936af8be447c339a7c41bcd2b1468e39135b
Add support for additional vector instructions in the interpreter.

patch by Veselov, Yuri <Yuri.Veselov@intel.com>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp
test/ExecutionEngine/test-interp-vec-arithm_float.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-arithm_int.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-logical.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-setcond-fp.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-setcond-int.ll [new file with mode: 0644]