Add support for vector data types in the LLVM interpreter.
authorNadav Rotem <nrotem@apple.com>
Mon, 1 Apr 2013 15:53:30 +0000 (15:53 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 1 Apr 2013 15:53:30 +0000 (15:53 +0000)
commit953783e00c9934bc41077108fffeb1e2a17b00df
treef324b5c720825d0133edfe9a8e49eefd6ee6af14
parentf170cc9b2eb98efee40ee22cff6bcf401c209b00
Add support for vector data types in the LLVM interpreter.

Patch by:
Veselov, Yuri <Yuri.Veselov@intel.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178469 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/GenericValue.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
test/ExecutionEngine/test-interp-vec-loadstore.ll [new file with mode: 0644]