Teach the interpreter to handle vector compares and additional vector arithmetic...
authorNadav Rotem <nrotem@apple.com>
Fri, 26 Apr 2013 20:19:41 +0000 (20:19 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 26 Apr 2013 20:19:41 +0000 (20:19 +0000)
commit0d840bb2faa6c8cabedaa64826e3c98988d30abb
treeee0c278aba4345463d356faaa4eef23db5455b7a
parent2173e1839c2d00f7f980450dd537047b7b376e6b
Teach the interpreter to handle vector compares and additional vector arithmetic operations.

Patch by Yuri Veselov.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180626 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]