Files
clang-p2996/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Yingwei Zheng 7e405eb722 [FuncAttrs] Don't infer noundef for functions with sanitize_memory attribute (#76691)
MemorySanitizer assumes that the definition and declaration of a
function will be consistent. If we add `noundef` for some definitions,
it will break msan.

Fix buildbot failure caused by #76553.
2024-01-02 06:59:56 +08:00

70 KiB