[PATCH] D81004: [MemorySSA] Skip phi translation for phis in cycles (WIP).
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 18:53:23 PDT 2020
efriedma added a comment.
In D81004#2086463 <https://reviews.llvm.org/D81004#2086463>, @fhahn wrote:
> In D81004#2086387 <https://reviews.llvm.org/D81004#2086387>, @efriedma wrote:
>
> > It looks like this is a regression from https://reviews.llvm.org/D79068 .
>
>
> I am not sure, I think the patch above fixes an issue with translating a phi to a wrong address.
I just meant that your testcase passes on an LLVM build from April 29, but fails on one from April 30.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81004/new/
https://reviews.llvm.org/D81004
More information about the llvm-commits
mailing list