[all-commits] [llvm/llvm-project] 4bb11b: [LTO] Expose opt() in LTOBackend (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 14 02:07:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bb11b3eafbde75ab026ec180cae62799ba0fb3c
https://github.com/llvm/llvm-project/commit/4bb11b3eafbde75ab026ec180cae62799ba0fb3c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M llvm/include/llvm/LTO/LTOBackend.h
M llvm/lib/LTO/LTOBackend.cpp
Log Message:
-----------
[LTO] Expose opt() in LTOBackend (NFC).
Exposing opt() which runs middle-end LTO optimzation allows re-using it
in LTOCodeGenerator.
Reviewed By: steven_wu
Differential Revision: https://reviews.llvm.org/D94486
More information about the All-commits
mailing list