[PATCH] D112197: [msan] Don't use TLS slots of noundef args

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 15:53:46 PDT 2021


eugenis accepted this revision.
eugenis added a comment.

LGTM

I agree it is a little bit scary that noundef can be removed from an argument - msan appears to put more requirements on the attribute than the rest of llvm (it's a call abi attribute for msan, not just optimization).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112197



More information about the llvm-commits mailing list