| commit | 1c39ca6501a5c9259a166a03fceb049d886cbea4 | [log] [tgz] |
|---|---|---|
| author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | Thu Aug 13 17:40:44 2015 +0000 |
| committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | Thu Aug 13 17:40:44 2015 +0000 |
| tree | 079e93a1f6cd2b943ab0f2848dc1833073630fde | |
| parent | 30143aee112770247554b8c371ea03998300667d [diff] |
Scalar to vector conversions using direct moves This patch corresponds to review: http://reviews.llvm.org/D11471 It improves the code generated for converting a scalar to a vector value. With direct moves from GPRs to VSRs, we no longer require expensive stack operations for this. Subsequent patches will handle the reverse case and more general operations between vectors and their scalar elements. llvm-svn: 244921