diff options
author | Karthik Bhat <kv.bhat@samsung.com> | 2015-01-05 13:57:59 +0000 |
---|---|---|
committer | Karthik Bhat <kv.bhat@samsung.com> | 2015-01-05 13:57:59 +0000 |
commit | 93f27ce886e1d061f8fef8b0d690aa680f3c4b8a (patch) | |
tree | ba2e5e8f019b5cbc2e6fb861a5e7066608bac3a1 /llvm/unittests/Bitcode | |
parent | 7a45e8794fcc06c7b7a7a89b3cf0cb7e4e12a116 (diff) | |
download | bcm5719-llvm-93f27ce886e1d061f8fef8b0d690aa680f3c4b8a.tar.gz bcm5719-llvm-93f27ce886e1d061f8fef8b0d690aa680f3c4b8a.zip |
Select lower fsub,fabs pattern to fabd on AArch64
This patch lowers patterns such as-
fsub v0.4s, v0.4s, v1.4s
fabs v0.4s, v0.4s
to
fabd v0.4s, v0.4s, v1.4s
on AArch64.
Review: http://reviews.llvm.org/D6791
llvm-svn: 225169
Diffstat (limited to 'llvm/unittests/Bitcode')
0 files changed, 0 insertions, 0 deletions