[PATCH] D48664: [HWASan] Do not retag allocas before return from the function.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 13:58:30 PDT 2018


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

LGTM, but I don't like the flag name. Not retagging sounds like we leave randomly tagged stack frame after returning from a function. Rename it to something like zero-uar-tag, or retag-to-zero ?


Repository:
  rL LLVM

https://reviews.llvm.org/D48664





More information about the llvm-commits mailing list