[PATCH] D133351: [NFC][ScheduleDAG] Code cleanup for ScheduleDAGRRList.cpp

Pavel Samolysov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 06:30:55 PDT 2022


psamolysov created this revision.
psamolysov added reviewers: Jeff, pifon2a, fhahn, thegameg.
psamolysov added a project: LLVM.
Herald added subscribers: mstorsjo, hiraditya, MatzeB.
Herald added a project: All.
psamolysov requested review of this revision.
Herald added a subscriber: llvm-commits.

Code has been formatted in accordance with the code style. Some
variables and function members were renamed as well as some uses
of std::make_pair and the std::pair's first/second members were
replaced with using of the vector's emplace_back along with structure
bindings from C++17.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133351

Files:
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133351.458156.patch
Type: text/x-patch
Size: 104639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220906/297be908/attachment-0001.bin>


More information about the llvm-commits mailing list