[all-commits] [llvm/llvm-project] 481351: [AMDGPU][MC] Corrected bound_ctrl for compatibilit...
dpreobra via All-commits
all-commits at lists.llvm.org
Mon Feb 22 04:01:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 481351809284428401f4e6262d7c0b8efdd86592
https://github.com/llvm/llvm-project/commit/481351809284428401f4e6262d7c0b8efdd86592
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/docs/AMDGPUModifierSyntax.rst
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.mov.dpp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wqm.demote.ll
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
M llvm/test/CodeGen/AMDGPU/dpp64_combine.ll
M llvm/test/CodeGen/AMDGPU/dpp_combine.ll
M llvm/test/CodeGen/AMDGPU/dpp_combine.mir
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.demote.ll
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_dpp_expr.s
M llvm/test/MC/Disassembler/AMDGPU/dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/dpp_vi.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/xdl-insts-gfx1011-gfx1012.txt
M llvm/test/MC/Disassembler/AMDGPU/xdl-insts-gfx908.txt
Log Message:
-----------
[AMDGPU][MC] Corrected bound_ctrl for compatibility with sp3
Enabled "bound_ctrl:1" and disabled "bound_ctrl:-1" syntax.
Corrected printer to output "bound_ctrl:1" instead of "bound_ctrl:0".
See bug 35397 for detailed issue description.
Differential Revision: https://reviews.llvm.org/D97048
More information about the All-commits
mailing list