[PATCH] D94486: [LTO] Expose opt() in LTOBackend (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 03:25:18 PST 2021
fhahn created this revision.
fhahn added reviewers: steven_wu, tejohnson, dexonsmith, probinson.
Herald added subscribers: hiraditya, inglorion.
fhahn requested review of this revision.
Herald added a project: LLVM.
Exposing opt() which runs middle-end LTO optimzation allows re-using it
in LTOCodeGenerator.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94486
Files:
llvm/include/llvm/LTO/LTOBackend.h
llvm/lib/LTO/LTOBackend.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94486.316043.patch
Type: text/x-patch
Size: 4812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/39007167/attachment.bin>
More information about the llvm-commits
mailing list