This is a typo fix.
fminnum is a binary operator instead of a unary operator.
Paths
| Differential D91163
[SelectionDAG] fminnum should be a binary operator ClosedPublic Authored by shchenz on Nov 10 2020, 7:04 AM.
Details Summary This is a typo fix. fminnum is a binary operator instead of a unary operator.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2020, 9:30 AM This revision was landed with ongoing or failed builds.Nov 11 2020, 12:41 AM Closed by commit rG09e34048bf7e: [SelectionDAG] fminnum should be a binary operator (authored by shchenz). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304420 llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
llvm/test/CodeGen/PowerPC/fminnum.ll
|