[all-commits] [llvm/llvm-project] f2ba93: Reapply: [DebugInfo] Recover debug intrinsics when...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Dec 10 05:43:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f2ba93971ccc236c0eef5323704d31f48107e04f
https://github.com/llvm/llvm-project/commit/f2ba93971ccc236c0eef5323704d31f48107e04f
Author: stozer <stephen.tozer at sony.com>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M llvm/include/llvm/Transforms/Utils/Local.h
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
A llvm/test/Transforms/SimplifyCFG/hoist-dbgvalue-else.ll
A llvm/test/Transforms/SimplifyCFG/hoist-dbgvalue-empty.ll
Log Message:
-----------
Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...
basic blocks
Originally applied in 72ce759928e6dfee6a9efa310b966c19722352ba.
Fixed a build failure caused by incorrect use of cast instead of
dyn_cast.
This reverts commit 8b0780f795eb58fca0a2456e308adaaa1a0b5013.
More information about the All-commits
mailing list