A following patch of http://reviews.llvm.org/D19884.
The patch move current live interval from being a class member of InsertPointAnalysis to its query interfaces argument, so the queries will be more independent and easier to use.
Paths
| Differential D20532
[NFC] Move current live interval from being a class member of InsertPointAnalysis to query interfaces argument ClosedPublic Authored by wmi on May 23 2016, 11:12 AM.
Details Summary A following patch of http://reviews.llvm.org/D19884. The patch move current live interval from being a class member of InsertPointAnalysis to its query interfaces argument, so the queries will be more independent and easier to use.
Diff Detail
Event TimelineMatzeB edited edge metadata. Comment ActionsLGTM. Nitpick below.
This revision is now accepted and ready to land.May 23 2016, 11:18 AM Comment Actions You should also change the title to something like LastInsertPointAnalysis: Move current live interval from being a class member to query interfaces argument; NFC (the thing at the beginning should be the area of the compiler, the NFC usually comes last). Closed by commit rL270481: InsertPointAnalysis: Move current live interval from being a class member (authored by wmi). · Explain WhyMay 23 2016, 12:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 58120 lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/SplitKit.cpp
|
You should name the parameter MBB as you reference that in the comment.