[all-commits] [llvm/llvm-project] c4c0a5: [llvm-reduce] Do not convert lifetime operand to a...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Aug 1 06:35:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4c0a597414316d30a209dab1012b96d130dc545
https://github.com/llvm/llvm-project/commit/c4c0a597414316d30a209dab1012b96d130dc545
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/operands-to-args-lifetimes.ll
M llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp
Log Message:
-----------
[llvm-reduce] Do not convert lifetime operand to argument (#151694)
The lifetime argument is now required to be an alloca, so do not try to
convert it to a function argument.
The reduction is now going to leave behind an unused alloca with
lifetime markers, which should be cleaned up separately.
I'd say this fixes https://github.com/llvm/llvm-project/issues/93713. It
doesn't remove the lifetime markers as the issue suggests, but at least
they're now not going to be on the argument.
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