This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13c8bc92165 Preserve debug info when DAG-combinging (zext (truncate x)) [...] new 3fa053b41cc [utils] Fix RISC-V support in update_llc_test_checks.py new 4c7c4551f24 Fix out-of-order stepping behavior in programs with hoisted [...]
The 2 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/Scalar/ConstantHoisting.cpp | 7 ++- .../ConstantHoisting/X86/dbg-dominatingblock.ll | 55 ++++++++++++++++++++++ .../ConstantHoisting/X86/dbg-samebasicblock.ll | 41 ++++++++++++++++ utils/update_llc_test_checks.py | 2 +- 4 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/ConstantHoisting/X86/dbg-dominatingblock.ll create mode 100644 test/Transforms/ConstantHoisting/X86/dbg-samebasicblock.ll