[all-commits] [llvm/llvm-project] e2452f: [AMDGPU][MC] Added detection of unsupported instru...

dpreobra via All-commits all-commits at lists.llvm.org
Tue Oct 6 06:45:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2452f57faa916866a99126d2337bd82a9e0a06d
      https://github.com/llvm/llvm-project/commit/e2452f57faa916866a99126d2337bd82a9e0a06d
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/test/MC/AMDGPU/dpp-err.s
    M llvm/test/MC/AMDGPU/ds.s
    M llvm/test/MC/AMDGPU/flat-global.s
    M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
    M llvm/test/MC/AMDGPU/flat.s
    M llvm/test/MC/AMDGPU/fma-mix.s
    M llvm/test/MC/AMDGPU/gfx1011_err.s
    M llvm/test/MC/AMDGPU/gfx1030_err.s
    M llvm/test/MC/AMDGPU/gfx10_asm_err.s
    A llvm/test/MC/AMDGPU/gfx10_unsupported.s
    A llvm/test/MC/AMDGPU/gfx7_unsupported.s
    A llvm/test/MC/AMDGPU/gfx8_unsupported.s
    A llvm/test/MC/AMDGPU/gfx9_unsupported.s
    M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
    M llvm/test/MC/AMDGPU/literals.s
    M llvm/test/MC/AMDGPU/mad-mix.s
    M llvm/test/MC/AMDGPU/mai-err.s
    M llvm/test/MC/AMDGPU/mubuf-gfx9.s
    M llvm/test/MC/AMDGPU/mubuf.s
    M llvm/test/MC/AMDGPU/out-of-range-registers.s
    M llvm/test/MC/AMDGPU/smem.s
    M llvm/test/MC/AMDGPU/sop1.s
    M llvm/test/MC/AMDGPU/sopc.s
    M llvm/test/MC/AMDGPU/sopk.s
    M llvm/test/MC/AMDGPU/sopp.s
    M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
    M llvm/test/MC/AMDGPU/vop2.s
    M llvm/test/MC/AMDGPU/vop3-errs.s
    M llvm/test/MC/AMDGPU/vop3-gfx9.s
    M llvm/test/MC/AMDGPU/vop3.s
    M llvm/test/MC/AMDGPU/vop_dpp.s
    M llvm/test/MC/AMDGPU/vop_sdwa.s
    M llvm/test/MC/AMDGPU/wave32.s
    M llvm/test/MC/AMDGPU/xdl-insts-err.s

  Log Message:
  -----------
  [AMDGPU][MC] Added detection of unsupported instructions

Implemented identification of unsupported instructions; improved errors reporting.

See bug 42590.

Reviewers: rampitec

Differential Revision: https://reviews.llvm.org/D88211




More information about the All-commits mailing list