[PATCH] D85399: [StackSafety] Use `Value::stripPointerCasts` to collect lifetime marker in StackLifetime
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 02:37:23 PDT 2020
ChuanqiXu added a comment.
In D85399#2223309 <https://reviews.llvm.org/D85399#2223309>, @vitalybuka wrote:
> This function was changed
> Is this issue still relevant?
> If this is still needed, could you please make this a regular lit test?
Thanks for your comment. This issue is fixed by the new commit. I don't know how to add this a regular lit test because StackLifetime module won't provide a pass interface, which means I can call it from `opt`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85399/new/
https://reviews.llvm.org/D85399
More information about the llvm-commits
mailing list