| commit | 942fa1631f7f3aea7de4e4aec22219f9b7faeeff | [log] [tgz] |
|---|---|---|
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Nov 22 20:56:23 2017 +0000 |
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Nov 22 20:56:23 2017 +0000 |
| tree | 648926481bca5a3be5e9e05a709160fa1449938d | |
| parent | b9f33b32eeaccdf398910013d6916df2caf1c9db [diff] |
[Hexagon] Implement buildVector32 and buildVector64 as utility functions Change LowerBUILD_VECTOR to use those functions. This commit will tempora- rily affect constant vector generation (it will generate constant-extended values instead of non-extended combines), but the code for the general case should be better. The constant selection part will be fixed later. llvm-svn: 318877