[PATCH] D72631: [DSE] Eliminate stores at the end of the function.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 16:44:07 PDT 2020
Whitney added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-captures.ll:210
}
; TODO: Remove store in exit.
; Stores to stack objects can be eliminated if they are not captured inside the function.
----------------
Some of the TODO comments can also be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72631/new/
https://reviews.llvm.org/D72631
More information about the llvm-commits
mailing list