Skip to content
Commit 93f27ce8 authored by Karthik Bhat's avatar Karthik Bhat
Browse files

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
parent 7a45e879
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment