Files
llvm/test/CodeGen/RISCV
Ana Pazos bc24c432c2 [LegalizeTypes] Expand FNEG to bitwise op for IEEE FP types
Summary:
Except for custom floating point types x86_fp80 and ppc_fp128,
expand Y = FNEG(X) to Y = X ^ sign mask to avoid library call.
 Using bitwise operation can improve code size and performance.

Reviewers: efriedma

Reviewed By: efriedma

Subscribers: efriedma, kpn, arsenm, eli.friedman, javed.absar, rbar, johnrusso, simoncook, sabuasal, niosHD, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, asb, llvm-commits

Differential Revision: https://reviews.llvm.org/D57875

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353757 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-11 22:10:08 +00:00
..
2019-02-01 03:53:30 +00:00
2018-11-15 14:46:11 +00:00
2019-02-01 03:53:30 +00:00
2019-02-01 03:53:30 +00:00
2018-11-15 14:46:11 +00:00
2019-01-31 22:48:38 +00:00
2019-01-31 22:48:38 +00:00
2018-04-18 20:25:07 +00:00