[all-commits] [llvm/llvm-project] 1f6aa9: [AMDGPU][MC][GFX10] Added syntactic sugar for s_wa...
dpreobra via All-commits
all-commits at lists.llvm.org
Thu Apr 7 07:05:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f6aa90386b630f85a08fa4c290f944977b98a6d
https://github.com/llvm/llvm-project/commit/1f6aa90386b630f85a08fa4c290f944977b98a6d
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_dasm_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
Log Message:
-----------
[AMDGPU][MC][GFX10] Added syntactic sugar for s_waitcnt_depctr operand
Added the following helpers:
depctr_hold_cnt(...)
depctr_sa_sdst(...)
depctr_va_vdst(...)
depctr_va_sdst(...)
depctr_va_ssrc(...)
depctr_va_vcc(...)
depctr_vm_vsrc(...)
Differential Revision: https://reviews.llvm.org/D123022
More information about the All-commits
mailing list