[PATCH] D40146: [JumpThreading] Deferred preservation of DT and LVI across the pass.
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 13:46:21 PST 2017
brzycki updated this revision to Diff 126034.
brzycki marked an inline comment as done.
brzycki added a comment.
Comment cleanup to better match the code. NFC.
https://reviews.llvm.org/D40146
Files:
llvm/include/llvm/IR/DeferredDominance.h
llvm/include/llvm/Transforms/Scalar/JumpThreading.h
llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/IR/Dominators.cpp
llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
llvm/lib/Transforms/Scalar/JumpThreading.cpp
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
llvm/test/Transforms/JumpThreading/ddt-crash.ll
llvm/test/Transforms/JumpThreading/lvi-tristate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40146.126034.patch
Type: text/x-patch
Size: 62323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/81e208e7/attachment-0001.bin>
More information about the llvm-commits
mailing list