This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0739d3ad547 Inline variable into assert to avoid unused variable warning. new 81c9e86b06f [RISCV] Fix disassembling of fence instruction with invalid field new 1a0ffaa4541 AMDGPU/GlobalISel: Implement select for G_INSERT
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: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 30 +++++++++++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 4 ++ .../AMDGPU/GlobalISel/inst-select-insert.mir | 49 ++++++++++++++++++++++ test/MC/Disassembler/RISCV/unknown-fence-field.txt | 9 ++++ test/MC/RISCV/rv32i-invalid.s | 1 + 6 files changed, 94 insertions(+) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.mir create mode 100644 test/MC/Disassembler/RISCV/unknown-fence-field.txt