This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f0ebbd AMDGPU: Fix instruction flags for s_endpgm new b15bbca AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Fla [...] new c576394 [DAGCombiner] Fix a crash visiting `AND` nodes. new d5b5d46 Do not print out Flags field twice.
The 3 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +++- lib/Target/AMDGPU/SIInsertWaits.cpp | 13 +++++-- lib/Target/AMDGPU/SIInstrInfo.cpp | 14 ++++++++ lib/Target/AMDGPU/SIInstrInfo.h | 2 ++ test/CodeGen/MIR/AMDGPU/waitcnt.mir | 59 ++++++++++++++++++++++++++++++++ test/CodeGen/X86/pr30813.s | 20 +++++++++++ test/DebugInfo/PDB/pdbdump-headers.test | 36 +++++++++++++------ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 - 8 files changed, 138 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/MIR/AMDGPU/waitcnt.mir create mode 100644 test/CodeGen/X86/pr30813.s