[PATCH] D96553: [NFC] Combine runNewPMPasses() and runNewPMCustomPasses()
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 14:38:52 PST 2021
aeubanks created this revision.
Herald added subscribers: steven_wu, hiraditya.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I've already witnessed two separate changes missing runNewPMPasses()
because runNewPMCustomPasses() is so similar.
This cleans up some duplicated code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96553
Files:
llvm/lib/LTO/LTOBackend.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96553.323160.patch
Type: text/x-patch
Size: 3724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/5cb7fb10/attachment.bin>
More information about the llvm-commits
mailing list