[PATCH] D121341: [SystemZ] implement adjustInliningThreshold()
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 15:24:11 PST 2022
jonpa added inline comments.
================
Comment at: llvm/test/CodeGen/SystemZ/inline-thresh-adjust.ll:1
+; RUN: opt < %s -mtriple=systemz-unknown -mcpu=z15 -inline -disable-output \
+; RUN: -debug-only=inline 2>&1 | FileCheck %s
----------------
This doesn't check that a particular function is actually inlined, but it can at least make sure that this type of function gets a boosted threshold, so maybe it could still be used, or?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121341/new/
https://reviews.llvm.org/D121341
More information about the llvm-commits
mailing list