[PATCH] D37528: [JumpThreading] Preserve dominance across the pass.
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 15:31:08 PDT 2017
brzycki updated this revision to Diff 116665.
brzycki marked an inline comment as done.
brzycki added a comment.
Rebase to tip as of 9/25. Eugene Zelenko's commit using Clang-tidy modernize-use-using required manual fixes.
Fixed a corner-case bug in MergeBasicBlockIntoOnlyPred() where DestBB could be requested to dominate itself, triggering an assert in the dominance insert code.
https://reviews.llvm.org/D37528
Files:
llvm/include/llvm/Transforms/Scalar/JumpThreading.h
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
llvm/lib/Transforms/Scalar/JumpThreading.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37528.116665.patch
Type: text/x-patch
Size: 38690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170926/a1cb96ea/attachment-0001.bin>
More information about the llvm-commits
mailing list