D40146-JumpThreading-backport-1
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 20 Jan 2020 09:26:04 +0000 (09:26 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 20 Jan 2020 09:26:04 +0000 (09:26 +0000)
commit385d82111cd23469ad4aed36a1ef2f08fe64a1cc
treeeb5b765e84f796d78c8ee1d7cba335f7cfa52896
parent3a7a47110df302028092dc411389ef48712c22fe
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]