[PATCH] D104251: Remove ML inlining model artifacts.

Jacob Hegna via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 14:37:30 PDT 2021


jacobhegna added inline comments.


================
Comment at: llvm/lib/Analysis/models/inlining/config.py:10
+def get_input_signature():
+  """Returns (time_step_spec, action_spec) for LLVM inlining."""
+  inputs = [
----------------
this comment is wrong - I'll fix in the next revision update with whatever other things need to be fixed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104251/new/

https://reviews.llvm.org/D104251



More information about the llvm-commits mailing list