[all-commits] [llvm/llvm-project] 2e87ac: [AMDGPU] Removed s_mov_regrd and mov_fed opcodes
dpreobra via All-commits
all-commits at lists.llvm.org
Fri Jul 17 09:53:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e87acac9b88e06a9a7a0b63fb3f426a5535f11c
https://github.com/llvm/llvm-project/commit/2e87acac9b88e06a9a7a0b63fb3f426a5535f11c
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/test/CodeGen/AMDGPU/inserted-wait-states.mir
M llvm/test/MC/AMDGPU/gfx10_asm_all.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_all.s
M llvm/test/MC/AMDGPU/gfx8_asm_all.s
M llvm/test/MC/AMDGPU/gfx9_asm_all.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
Log Message:
-----------
[AMDGPU] Removed s_mov_regrd and mov_fed opcodes
These opcodes are not intended for public use.
Reviewers: arsenm, rampitec
Differential Revision: https://reviews.llvm.org/D81659
More information about the All-commits
mailing list