[llvm] [msan] Enable msan-handle-asm-conservative for userspace by default (PR #79251)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 13:42:12 PST 2024
MaskRay wrote:
> LGTM, we shouldn't enable something with potential false-negatives by default.
The false negative only occurs when the inline asm doesn't actually initialize the indirect output (`=m`). I think it is an obvious user fault :)
The opposite (false positives), which we current have for userspace msan, is worse:)
https://github.com/llvm/llvm-project/pull/79251
More information about the llvm-commits
mailing list