[all-commits] [llvm/llvm-project] 3e08dc: [mlir][inliner] Move callback types from InlinerCo...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Apr 6 04:03:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e08dcd767a217fa91580704a378b37167e20f74
https://github.com/llvm/llvm-project/commit/3e08dcd767a217fa91580704a378b37167e20f74
Author: Benjamin Kramer <kramerb at google.com>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M mlir/include/mlir/Transforms/Inliner.h
M mlir/include/mlir/Transforms/InliningUtils.h
M mlir/lib/Transforms/Utils/InliningUtils.cpp
M mlir/test/lib/Transforms/TestInliningCallback.cpp
Log Message:
-----------
[mlir][inliner] Move callback types from InlinerConfig -> InlinerInterface. NFC.
The proper layering here is that Inliner depends on InlinerUtils, and
not the other way round. Maybe it's time to give InliningUtils a less
terrible file name.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list