This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 243f564 Bigger-hammer REQUIRES to fix Windows bot. new 425b3b6 AMDGPU: Change vintrp printing to better match sc new d5276b5 AMDGPU: Fix vintrp disassembly
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: .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 21 +-- lib/Target/AMDGPU/SIInstrFormats.td | 2 +- lib/Target/AMDGPU/SIInstructions.td | 22 +-- test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 148 ++++++++++++++++++++- test/MC/Disassembler/AMDGPU/missing_op.txt | 5 - test/MC/Disassembler/AMDGPU/vintrp.txt | 49 +++++++ 6 files changed, 215 insertions(+), 32 deletions(-) delete mode 100644 test/MC/Disassembler/AMDGPU/missing_op.txt create mode 100644 test/MC/Disassembler/AMDGPU/vintrp.txt