[all-commits] [llvm/llvm-project] d63c2e: [AMDGPU][MC] Remove incorrect `_e32` suffix from `...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Jan 15 20:12:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d63c2e52e6e2f904e61562a8ebc48faa7195a2de
https://github.com/llvm/llvm-project/commit/d63c2e52e6e2f904e61562a8ebc48faa7195a2de
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sdot4.ll
M llvm/test/CodeGen/AMDGPU/fdot2.ll
M llvm/test/CodeGen/AMDGPU/idot2.ll
M llvm/test/CodeGen/AMDGPU/idot4s.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
Log Message:
-----------
[AMDGPU][MC] Remove incorrect `_e32` suffix from `v_dot2c_f32_f16` and `v_dot4c_i32_i8` (#77993)
The two VOP2 instructions cannot be encoded as VOP3.
Fix #54691.
More information about the All-commits
mailing list