[PATCH] D86549: [MLInliner] Simplify TFUTILS_SUPPORTED_TYPES
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 10:00:58 PDT 2020
mtrofin created this revision.
mtrofin added reviewers: davidxl, yundiqian, ebrevdo.
Herald added subscribers: llvm-commits, hiraditya, eraman.
Herald added a project: LLVM.
mtrofin requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86549
Files:
llvm/include/llvm/Analysis/Utils/TFUtils.h
llvm/lib/Analysis/TFUtils.cpp
llvm/lib/Analysis/models/inliner/output_spec.json
llvm/test/Transforms/Inline/ML/Inputs/test_output_spec.json
llvm/unittests/Analysis/TFUtilsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86549.287698.patch
Type: text/x-patch
Size: 5771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/db8f77e8/attachment.bin>
More information about the llvm-commits
mailing list