This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a9364fc1850 [Hexagon] Properly scale bit index when extracting elements [...] new a70431e931a Revert "dwarfgen: Add support for generating the debug_str_ [...] new 07e41a65933 Fix llvm::ComputeNumSignBits with some operations and llvm.assume
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/Analysis/ValueTracking.cpp | 14 +-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 +- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 20 ++++ lib/CodeGen/AsmPrinter/DwarfFile.h | 3 + lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 22 ----- lib/CodeGen/AsmPrinter/DwarfStringPool.h | 4 - .../ValueTracking/numsignbits-from-assume.ll | 109 +++++++++++++++++++++ unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 50 +--------- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 32 +----- unittests/DebugInfo/DWARF/DwarfGenerator.h | 11 --- 10 files changed, 148 insertions(+), 127 deletions(-) create mode 100644 test/Analysis/ValueTracking/numsignbits-from-assume.ll