[Lldb-commits] [PATCH] D133036: [InstCombine] Treat passing undef to noundef params as UB

Nikita Popov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 22 11:34:54 PDT 2022


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

I'd like to block this on `-fsanitize-memory-param-retval` (aka msan eager checks) being enabled by default. It seems pretty clear that there is a *lot* of UB due to uninitialized parameters floating around, so we should at least make sure that it is detected in default sanitizer configurations before we start exploiting it this aggressively.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133036/new/

https://reviews.llvm.org/D133036



More information about the lldb-commits mailing list