[PATCH] D119993: [MTE] Instrument use-after-scope for optnone functions.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 13:48:29 PST 2022


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM

TBH I'm on the fence about whether poison-at-lifetime is an optimization vs "core functionality", but lets go with this change. The important part is not to run the analysis when the function does not have the attribute (that's what the *-pipeline tests check).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119993



More information about the llvm-commits mailing list