[PATCH] D132935: [PHITranslateAddr] Require dominance when searching for translated address (PR57025)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 00:18:45 PDT 2022
nikic updated this revision to Diff 456873.
nikic added a comment.
Rebase over another test llvm/test/Transforms/GVN/phi-translation-to-wrong-context.ll, which I think makes the root cause of the issue easier to understand, and doesn't involve unreachable code or loops.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132935/new/
https://reviews.llvm.org/D132935
Files:
llvm/lib/Analysis/PHITransAddr.cpp
llvm/test/Transforms/GVN/condprop-memdep-invalidation.ll
llvm/test/Transforms/GVN/memdep-unknown-deadblocks.ll
llvm/test/Transforms/GVN/phi-translation-to-wrong-context.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132935.456873.patch
Type: text/x-patch
Size: 6678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220831/ddaecaf6/attachment.bin>
More information about the llvm-commits
mailing list