[all-commits] [llvm/llvm-project] 72711d: [AMDGPU][MC] Correct definition of aliases
dpreobra via All-commits
all-commits at lists.llvm.org
Mon Oct 24 07:07:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72711d4e5f8e659c55b322935e60995435976d34
https://github.com/llvm/llvm-project/commit/72711d4e5f8e659c55b322935e60995435976d34
Author: Dmitry Preobrazhensky <dmitri.preobrazhenski at gmail.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
A llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
A llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
A llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
A llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
A llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
A llvm/test/MC/AMDGPU/gfx11_unsupported.s
A llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
A llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
A llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
A llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/wave32.s
Log Message:
-----------
[AMDGPU][MC] Correct definition of aliases
Differential Revision: https://reviews.llvm.org/D136370
More information about the All-commits
mailing list