aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2025-08-01 15:34:52 +0200
committerGitHub <noreply@github.com>2025-08-01 15:34:52 +0200
commitc4c0a597414316d30a209dab1012b96d130dc545 (patch)
treee1fe857505dc40399bfab6c71cca87f8d99d6ac8 /llvm/docs/tutorial/MyFirstLanguageFrontend
parentc300a99ea89568e18ce7207e42501c79d2b48b92 (diff)
downloadllvm-c4c0a597414316d30a209dab1012b96d130dc545.zip
llvm-c4c0a597414316d30a209dab1012b96d130dc545.tar.gz
llvm-c4c0a597414316d30a209dab1012b96d130dc545.tar.bz2
[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.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
0 files changed, 0 insertions, 0 deletions