This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3402afeeeb [DAG, x86] allow store merging before and after legalizatio [...] new fe0a82a17cb AMDGPU: Start selecting s_xnor_{b32, b64} new b528477a93f Fix typo in testcase. new 8233b30822c llvm-dwarfdump: add a --show-parents options when selective [...] new 8801a104a51 Fix indentation.
The 4 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/DIContext.h | 1 + lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 17 ++++- lib/Target/AMDGPU/SIInstrInfo.cpp | 37 ++++++++++ lib/Target/AMDGPU/SIInstrInfo.h | 3 + lib/Target/AMDGPU/SOPInstructions.td | 10 ++- test/CodeGen/AMDGPU/xnor.ll | 83 ++++++++++++++++++++++ .../llvm-dwarfdump/X86/debug_info_offset.test | 21 +++++- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 9 ++- 9 files changed, 175 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AMDGPU/xnor.ll