[all-commits] [llvm/llvm-project] 8540f2: [NFC][Utils] Extract CloneFunctionMetadataInto fro...
Artem Pianykh via All-commits
all-commits at lists.llvm.org
Fri Dec 6 04:42:54 PST 2024
Branch: refs/heads/users/artempyanykh/fast-coro-upstream/4
Home: https://github.com/llvm/llvm-project
Commit: 8540f2583c09034e67cf02729b99757d82558335
https://github.com/llvm/llvm-project/commit/8540f2583c09034e67cf02729b99757d82558335
Author: Artem Pianykh <arr at fb.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M llvm/include/llvm/Transforms/Utils/Cloning.h
M llvm/lib/Transforms/Utils/CloneFunction.cpp
Log Message:
-----------
[NFC][Utils] Extract CloneFunctionMetadataInto from CloneFunctionInto
Summary:
The new API expects the caller to populate the VMap. We need it this way
for a subsequent change around coroutine cloning.
Test Plan:
ninja check-llvm-unit check-llvm
stack-info: PR: https://github.com/llvm/llvm-project/pull/118623, branch: users/artempyanykh/fast-coro-upstream/4
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