D40146-JumpThreading-backport-1
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 26 Aug 2018 12:00:14 +0000 (13:00 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 26 Aug 2018 12:00:14 +0000 (13:00 +0100)
commitcc60717769038bc690de1219b2532182cf3348d3
tree1b52af6bdf011ae90f9b36e63b064260209e79a9
parentd96bfda73e328a492a5783506f648d82f737c816
D40146-JumpThreading-backport-1

===================================================================

Gbp-Pq: Name D40146-JumpThreading-backport-1.diff
15 files changed:
include/llvm/IR/Dominators.h
include/llvm/Transforms/Scalar/JumpThreading.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/Local.h
lib/IR/Dominators.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/Local.cpp
test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
test/Transforms/JumpThreading/ddt-crash.ll [new file with mode: 0644]
test/Transforms/JumpThreading/ddt-crash2.ll [new file with mode: 0644]
test/Transforms/JumpThreading/lvi-tristate.ll [new file with mode: 0644]
unittests/IR/CMakeLists.txt
unittests/IR/DeferredDominanceTest.cpp [new file with mode: 0644]