This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef86963 AMDGPU: Add convergent flag to INLINEASM instruction. new 123be93 Preserve DebugInfo when replacing values in DAGCombiner new 5e5a33d Start using shouldAssumeDSOLocal on Hexagon.
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/CodeGen/SelectionDAG.h | 4 +++- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 -- lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 3 ++- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 ---- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 19 ++++++++++++++++++- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 -- lib/Target/Hexagon/HexagonISelLowering.cpp | 9 +++++---- test/CodeGen/Hexagon/pic-local.ll | 19 +++++++++++++++++++ test/DebugInfo/X86/dbg-value-dag-combine.ll | 11 +++++++++-- 9 files changed, 56 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/Hexagon/pic-local.ll