- Consistent naming: addCallSiteInfo vs. getCallSiteInfo;
- Use ternary operator to reduce verbosity;
- const'ify getters;
- Add comments;
NFCI.
Paths
| Differential D121820
[SelectionDAG][NFC] Clean up SDCallSiteDbgInfo accessors ClosedPublic Authored by melver on Mar 16 2022, 9:29 AM.
Details
Summary
NFCI.
Diff Detail
Event TimelineThis revision was landed with ongoing or failed builds. Closed by commit rG555df030121a: [SelectionDAG][NFC] Clean up SDCallSiteDbgInfo accessors (authored by melver). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415878 llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
|