[PATCH] D86672: [StackSafety] Ignore allocas with partial lifetime markers
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 22:43:13 PDT 2020
ChuanqiXu added a comment.
In D86672#2240988 <https://reviews.llvm.org/D86672#2240988>, @vitalybuka wrote:
> isPointerOffset is not what I need
Could we use `AI == II.getArgOperand(1)->stripPointerCasts()` to judge this situation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86672/new/
https://reviews.llvm.org/D86672
More information about the llvm-commits
mailing list