When possible, replace calls to library routines on the host with equivalent ones in LLVM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67459
[ConstantFolding] Refactor math functions to use LLVM ones (NFC) ClosedPublic Authored by evandro on Sep 11 2019, 12:44 PM.
Details Summary When possible, replace calls to library routines on the host with equivalent ones in LLVM.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 11 2019, 2:23 PM evandro added a child revision: D67468: [ConstantFolding] Expand folding of some library functions.Sep 11 2019, 2:28 PM Closed by commit rL371677: [ConstantFolding] Refactor math functions to use LLVM ones (NFC) (authored by evandro). · Explain WhySep 11 2019, 2:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219811 llvm/trunk/lib/Analysis/ConstantFolding.cpp
|