This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 292650f [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr. new 556c69a [CostModel][X86] Added ctlz/cttz undef-zero costmodel tests new ea912da [AMDGPU][llvm-mc] Add support for sendmsg(...) syntax. new c67a484 [CostModel][X86] Tweak 'SSE2-only' test CPU as it was only di [...] new 446cee1 revert r268751 - caused same failures on msan bot
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: lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 239 ++++++++++++++++++++ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 109 ++++++--- lib/Target/AMDGPU/SIDefines.h | 48 ++++ lib/Target/AMDGPU/SIInstrInfo.td | 7 + lib/Target/AMDGPU/SIInstructions.td | 3 +- lib/Transforms/Utils/SimplifyCFG.cpp | 33 +-- test/Analysis/CostModel/X86/ctbits-cost.ll | 243 ++++++++++++++++++--- test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll | 2 +- test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll | 8 +- test/MC/AMDGPU/sopp-err.s | 75 +++++++ test/MC/AMDGPU/sopp.s | 70 +++++- test/MC/Disassembler/AMDGPU/sopp_vi.txt | 34 ++- .../SimplifyCFG/preserve-branchweights.ll | 47 +--- 13 files changed, 786 insertions(+), 132 deletions(-) create mode 100644 test/MC/AMDGPU/sopp-err.s