This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 780dedf4b06 [InstCombine] When turning sext into zext due to known bits [...] new 6a64036330a [AMDGPU] gfx1010 exp modifications
The 1 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 | 7 +++- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.td | 8 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.exp.prim.ll | 15 +++++++ test/MC/AMDGPU/exp-gfx10.s | 18 ++++++++ test/MC/Disassembler/AMDGPU/exp_gfx10.txt | 49 ++++++++++++++++++++++ 6 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.exp.prim.ll create mode 100644 test/MC/AMDGPU/exp-gfx10.s create mode 100644 test/MC/Disassembler/AMDGPU/exp_gfx10.txt