[PATCH] D120842: [DSE] Cache liveOnEntry as clobbering access
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 06:54:50 PST 2022
fhahn accepted this revision.
fhahn added a comment.
LGTM thanks!
IIUC it's not possible to write a test for this easily, because the only use of the optimized access in DSE is `eliminateRedundantStoresOfExistingValues`, which is not applicable if the optimized accesses is liveOnEntry, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120842/new/
https://reviews.llvm.org/D120842
More information about the llvm-commits
mailing list