[PATCH] D153464: Revert "[CaptureTracking] Ignore ephemeral values when determining pointer escapeness"

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 14:37:24 PDT 2023


aeubanks added a comment.

> Because the call doesn't capture the pointer, it's considered to not read the pointer

this part doesn't make sense, DSE must be conflating the two somehow (but only for ephemeral values?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153464



More information about the llvm-commits mailing list