[all-commits] [llvm/llvm-project] d9ccfd: [mlir][llvm] Respect call noinline attr in inliner...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Sun Apr 6 23:13:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9ccfd7568337c4e38211eabd87818fb39573004
https://github.com/llvm/llvm-project/commit/d9ccfd7568337c4e38211eabd87818fb39573004
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M mlir/lib/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[mlir][llvm] Respect call noinline attr in inliner (#134493)
This commit extends the LLVM dialect inliner interface to respect the
call op's noinline attribute. This is a follow-up to
https://github.com/llvm/llvm-project/pull/133726
which added the noinline attribute to the LLVM dialect call op.
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