[PATCH] D133351: [NFC][ScheduleDAG] Code cleanup for ScheduleDAGRRList.cpp
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 08:12:14 PDT 2022
psamolysov abandoned this revision.
psamolysov added a comment.
@fhahn Thank you very much for the suggestion. I've extracted some making sense changes from the patch (using `Register` instead of `unsigned`, some C++17-fication, and using references in iterating over the collections in the foreach loops) and committed them in LLVM w/o review because those patches are very small and NFC. This review can be marked as abandoned.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133351/new/
https://reviews.llvm.org/D133351
More information about the llvm-commits
mailing list