[PATCH] D23583: [AArch64] Add feature has-fast-fma

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 13:52:09 PDT 2016


rengolin added a comment.

In https://reviews.llvm.org/D23583#517496, @evandro wrote:

> The latency for FMA in most targets seems to fall between the combination of the latencies for `FMUL` and `FADD`.  In spite of what the original author intended, I observed that the extra folds are worth it if FMA is as quick `FMUL` instead.


This looks like a decision to scheduling / cost model. :)


Repository:
  rL LLVM

https://reviews.llvm.org/D23583





More information about the llvm-commits mailing list