[all-commits] [llvm/llvm-project] a2aa68: [NFC][Inliner] Add cl::opt<int> to tune InstrCost
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Aug 3 17:14:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2aa6809a8480ae45253613fb081fb138edcd80f
https://github.com/llvm/llvm-project/commit/a2aa6809a8480ae45253613fb081fb138edcd80f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/InlineCost.h
M llvm/lib/Analysis/InlineCost.cpp
M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
M llvm/lib/Transforms/IPO/PartialInlining.cpp
Log Message:
-----------
[NFC][Inliner] Add cl::opt<int> to tune InstrCost
The plan is tune this for sanitizers.
Differential Revision: https://reviews.llvm.org/D131123
More information about the All-commits
mailing list