This patch replaces push_back with emplace_back where appropriate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80688
[JumpThreading] Use emplace_back instead of push_back (NFC) ClosedPublic Authored by kazu on May 27 2020, 10:30 PM.
Details
Summary This patch replaces push_back with emplace_back where appropriate.
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.May 27 2020, 10:53 PM Closed by commit rGc4990a03c6c3: [JumpThreading] Use emplace_back instead of push_back (NFC) (authored by kazu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 266738 llvm/lib/Transforms/Scalar/JumpThreading.cpp
|