[all-commits] [llvm/llvm-project] 7cfcec: [MLInliner] Simplify TFUTILS_SUPPORTED_TYPES

Mircea Trofin via All-commits all-commits at lists.llvm.org
Tue Aug 25 14:20:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cfcecece0e0430937cf529ce74d3a071a4dedc6
      https://github.com/llvm/llvm-project/commit/7cfcecece0e0430937cf529ce74d3a071a4dedc6
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/models/inliner/output_spec.json
    M llvm/test/Transforms/Inline/ML/Inputs/test_output_spec.json
    M llvm/unittests/Analysis/TFUtilsTest.cpp

  Log Message:
  -----------
  [MLInliner] Simplify TFUTILS_SUPPORTED_TYPES

We only need the C++ type and the corresponding TF Enum. The other
parameter was used for the output spec json file, but we can just
standardize on the C++ type name there.

Differential Revision: https://reviews.llvm.org/D86549




More information about the All-commits mailing list