[all-commits] [llvm/llvm-project] 84a78a: [NFC][Utils] Extract CloneFunctionAttributesInto f...
Artem Pianykh via All-commits
all-commits at lists.llvm.org
Wed Oct 30 13:24:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84a78abdf5999e58e4120e20594ac2ad37472295
https://github.com/llvm/llvm-project/commit/84a78abdf5999e58e4120e20594ac2ad37472295
Author: Artem Pianykh <arr at fb.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M llvm/include/llvm/Transforms/Utils/Cloning.h
M llvm/lib/Transforms/Utils/CloneFunction.cpp
Log Message:
-----------
[NFC][Utils] Extract CloneFunctionAttributesInto from CloneFunctionInto (#112976)
This patch is a part of step-by-step refactoring of CloneFunctionInto.
The goal is to extract reusable pieces out of it that will be later used
to optimize function cloning e.g. in coroutine processing.
Extracted from #109032 (commit 2)
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