[PATCH] D87992: [MemorySSA] Fix removing dead accesses from MemoryPhis.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 01:56:11 PDT 2020
fhahn abandoned this revision.
fhahn added a comment.
Turns out that things actually go slightly wrong earlier during LSR. LSR did not pass MSSU to SplitCriticalEdge, which caused the MemoryPhi to have slightly wrong incoming blocks. I pushed a fix for that, as it is straight-forward to fix (57ae9bb9323548b2ad4ba8274c3910bf9c764983 <https://reviews.llvm.org/rG57ae9bb9323548b2ad4ba8274c3910bf9c764983>). With that, this patch is no longer needed for the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87992/new/
https://reviews.llvm.org/D87992
More information about the llvm-commits
mailing list