Skip to content

Commit

Permalink
LLVM Interpreter: This patch implements vector support for cast opera…
Browse files Browse the repository at this point in the history
…tions (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types.

Added tests.

Done by Yuri Veselov (mailto:[email protected]).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187724 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Elena Demikhovsky committed Aug 5, 2013
1 parent 9379557 commit cf21d15
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 77 deletions.
Loading

0 comments on commit cf21d15

Please sign in to comment.