mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 18:56:05 +00:00

Shadow checks are disabled and memory loads always produce fully initialized values in functions that don't have a sanitize_memory attribute. Value and argument shadow is propagated as usual. This change also updates blacklist behaviour to match the above. llvm-svn: 176247