This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ed382f4f6a [BPI] Detect branches in loops that make themselves not taken new 799e36774a9 [Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Utils/LCSSA.cpp | 9 +- lib/Transforms/Utils/Local.cpp | 7 +- .../LCSSA/avoid-intrinsics-in-catchswitch.ll | 133 +++++++++++++++++++++ test/Transforms/LCSSA/basictest.ll | 6 +- 4 files changed, 147 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll