[llvm] [msan] Enable msan-handle-asm-conservative for userspace by default (PR #79251)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 13:43:27 PST 2024


fmayer 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:)

Sorry, I did mean "false positive". I am agreeing with  this change.

https://github.com/llvm/llvm-project/pull/79251


More information about the llvm-commits mailing list