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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 14:55:26 PDT 2023


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/test/Transforms/PhaseOrdering/dse-ephemeral-value-captures.ll:25
 
 ; FIXME: At the moment, the function is incorrectly simplified to unreachable.
 define i32 @test() {
----------------
aeubanks wrote:
> remove comment
Removed, thanks!


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