Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ↵ | Eugene Zelenko | 2017-01-25 | 1 | -4/+21 |
| | | | | | | other minor fixes (NFC). llvm-svn: 292996 | ||||
* | [AArch64] Avoid generating indexed vector instructions for Exynos | Sebastian Pop | 2016-10-08 | 1 | -0/+371 |
Avoid generating indexed vector instructions for Exynos. This is needed for fmla/fmls/fmul/fmulx. For example, the instruction fmla v0.4s, v1.4s, v2.s[1] is less efficient than the instructions dup v2.4s, v2.s[1] fmla v0.4s, v1.4s, v2.4s Patch written by Abderrazek Zaafrani. Differential Revision: https://reviews.llvm.org/D21571 llvm-svn: 283663 |