[PATCH] D118960: [mte] [nfc] do not keep Tag in AllocaInfo

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 11:27:35 PST 2022


eugenis added a comment.

Not sure about this. I kind of like that isInterestingAlloca is called only once for each alloca - this way it can run heavier analysis (it does not right now) and it is also allowed to change its mind (ex. after we add some instrumentation to the function).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118960



More information about the llvm-commits mailing list