Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp | ||
---|---|---|
334–337 | Could use 'auto *' on the LHS here |
Paths
| Differential D78240
[CallSite removal][CallSiteSplitting] Use CallBase instead of CallSite. NFC ClosedPublic Authored by craig.topper on Apr 15 2020, 1:40 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2020, 1:55 PM Closed by commit rG240725666a71: [CallSite removal][CallSiteSplitting] Use CallBase instead of CallSite. NFC (authored by craig.topper). · Explain WhyApr 15 2020, 4:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 257882 llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
|
Could use 'auto *' on the LHS here