[all-commits] [llvm/llvm-project] a9237b: [NFC][Utils] Extract CloneFunctionMetadataInto fro...
Artem Pianykh via All-commits
all-commits at lists.llvm.org
Mon Dec 16 12:50:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9237b1a1083c7c6c4778e8a586d329bc41a6adc
https://github.com/llvm/llvm-project/commit/a9237b1a1083c7c6c4778e8a586d329bc41a6adc
Author: Artem Pianykh <artem.pyanykh at gmail.com>
Date: 2024-12-16 (Mon, 16 Dec 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 (#118623)
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
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