This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d03537f6d36 [POWER9][NFC] update testcase check statements new efc6b72c7c5 [InstCombine] move/add tests for fmul distribution; NFC new d227a3b47ef Handle abbr_offset with relocations.
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: include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 20 +-- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 12 +- test/DebugInfo/X86/abbr_offset.s | 51 ++++++++ test/Transforms/InstCombine/fast-math.ll | 79 ------------ test/Transforms/InstCombine/fmul.ll | 185 +++++++++++++++++++++++++++ 7 files changed, 257 insertions(+), 95 deletions(-) create mode 100644 test/DebugInfo/X86/abbr_offset.s