Working on removing memcpy for Immutablly attributed pointer parameters tells me this is unnecessary (thanks to Nikita).
Also, reuse some variables.
ref: discussion on https://reviews.llvm.org/D150970#4388320
Differential D152056
[MemCpyOpt] Remove unnecessary bitcast and reuse some variables for ByValOptimization (NFC) khei4 on Jun 3 2023, 2:12 AM. Authored by
Details Working on removing memcpy for Immutablly attributed pointer parameters tells me this is unnecessary (thanks to Nikita). ref: discussion on https://reviews.llvm.org/D150970#4388320
Diff Detail
|