[PATCH] D118020: [RISCV] Set CostPerUse for floating point registers

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 6 22:56:48 PST 2022


pcwang-thead added a comment.

In D118020#3361467 <https://reviews.llvm.org/D118020#3361467>, @craig.topper wrote:

> What optimization level was this? Was fast-math enabled?

`O2` and `-ffast-math -fno-unroll-loops`.

We disabled `unroll-loops` because it may remain some problems under cover.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118020/new/

https://reviews.llvm.org/D118020



More information about the llvm-commits mailing list