D40146-JumpThreading-backport-1
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 23 Jan 2019 22:25:50 +0000 (22:25 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 23 Jan 2019 22:25:50 +0000 (22:25 +0000)
commitad9230467eea13d413ded738926af096acde3a60
tree12eae4c8e2482f439f68d4514359a75eb0106478
parent4fa481f2699f497de0e0ab39d7042263727677a7
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]