Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
22880 | The original formula (F(X) = A X - 1) is mis-leading. It doesn't fit "X_{i+1} = X_i - F(X_i)/F'(X_i)" |
Paths
| Differential D107713
[NFC] Fix the formula for reciprocal calculation. ClosedPublic Authored by LuoYuanke on Aug 8 2021, 5:31 AM.
Details
Diff Detail
Event Timeline
Closed by commit rG53642d5b800c: [NFC] Fix the formula for reciprocal calculation. (authored by LuoYuanke). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 365118 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|
The original formula (F(X) = A X - 1) is mis-leading. It doesn't fit "X_{i+1} = X_i - F(X_i)/F'(X_i)"