[PATCH] D121341: [SystemZ] implement adjustInliningThreshold()
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 04:56:54 PDT 2022
uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.
See inline comment. Otherwise LGTM. Thanks!
================
Comment at: llvm/test/CodeGen/SystemZ/inline-thresh-adjust.ll:11
+; CHECK: ++ SZTTI Adding inlining bonus: 150
+; CHECK: Inlining (cost=-35, threshold={{[0-9]+}}), Call: call void @leaf_function_B(i8* %Dst, i8* %Src)
+
----------------
Maybe also allow wildcards for the cost.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121341/new/
https://reviews.llvm.org/D121341
More information about the llvm-commits
mailing list