We default the value argument to nullptr. The only use of the value is
in diagnosePossiblyInvalidConstraint and that seems to be resilient to
it being nullptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D9479
[SelectionDAG] Make an argument optional in RFV::getCopyToRegs. NFC. ClosedPublic Authored by sanjoy on May 4 2015, 10:43 AM.
Details Summary We default the value argument to nullptr. The only use of the value is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 4 2015, 11:58 AM Closed by commit rL236555: [SelectionDAG] Make an argument optional in RFV::getCopyToRegs. NFC. (authored by sanjoy). · Explain WhyMay 5 2015, 4:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24994 llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
|