rust/compiler/rustc_llvm
Nikita Popov ebef9d7f63 Set dead_on_return attribute for indirect arguments
Set the dead_on_return attribute (added in LLVM 21) for arguments
that are passed indirectly, but not byval.

This indicates that the value of the argument on return does not
matter, enabling additional dead store elimination.
2025-08-11 12:39:23 +02:00
..
llvm-wrapper Set dead_on_return attribute for indirect arguments 2025-08-11 12:39:23 +02:00
src feat: Add XtensaAsmPrinter 2025-04-24 16:26:26 +02:00
build.rs Pass -Werror when building the LLVM wrapper 2025-08-07 20:30:18 +02:00
Cargo.toml Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00