Summary of changes:
- enabled "bound_ctrl:1" syntax;
- disabled "bound_ctrl:-1" syntax;
- corrected printer to output "bound_ctrl:1" instead of "bound_ctrl:0".
See bug 35397 for detailed issue description.
Paths
| Differential D97048
[AMDGPU][MC] Corrected bound_ctrl for compatibility with sp3 ClosedPublic Authored by dp on Feb 19 2021, 7:18 AM.
Details Summary Summary of changes:
See bug 35397 for detailed issue description.
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 6 others. · View Herald TranscriptFeb 19 2021, 7:18 AM This revision is now accepted and ready to land.Feb 19 2021, 9:42 AM Closed by commit rG481351809284: [AMDGPU][MC] Corrected bound_ctrl for compatibility with sp3 (authored by dp). · Explain WhyFeb 22 2021, 4:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325414 llvm/docs/AMDGPUModifierSyntax.rst
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.mov.dpp.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wqm.demote.ll
llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
llvm/test/CodeGen/AMDGPU/dpp64_combine.ll
llvm/test/CodeGen/AMDGPU/dpp_combine.ll
llvm/test/CodeGen/AMDGPU/dpp_combine.mir
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.demote.ll
llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
llvm/test/MC/AMDGPU/vop_dpp.s
llvm/test/MC/AMDGPU/vop_dpp_expr.s
llvm/test/MC/Disassembler/AMDGPU/dl-insts.txt
llvm/test/MC/Disassembler/AMDGPU/dpp_vi.txt
llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_dpp16.txt
llvm/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
llvm/test/MC/Disassembler/AMDGPU/xdl-insts-gfx1011-gfx1012.txt
llvm/test/MC/Disassembler/AMDGPU/xdl-insts-gfx908.txt
|