[PATCH] D63152: [FIX] Forces shrink wrapping to consider any memory access as aliasing with the stack

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 10:35:39 PDT 2023


fhahn added a comment.
Herald added subscribers: jeroen.dobbelaere, pengfei.
Herald added a project: All.

I put up D149668 <https://reviews.llvm.org/D149668> which tries to use getUnderlyingObject to try to prove that the stack of the current function isn't accessed.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63152



More information about the llvm-commits mailing list