[PATCH] D90095: [DSE] Enable MSSA DSE to optimize across PHIs
Daniil Seredkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 11:30:06 PDT 2021
vdsered added a comment.
@ebrevnov I see that in memoryIsNotModifiedBetween function and there is some sort of a local phi-translation (I mean it is used only inside this function) as I understand. Do we need to update this function somehow?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90095/new/
https://reviews.llvm.org/D90095
More information about the llvm-commits
mailing list