[all-commits] [llvm/llvm-project] 83d47b: [AMDGPU] Add _e64_dpp asm suffix to docs
Joe Nash via All-commits
all-commits at lists.llvm.org
Thu Jun 22 11:31:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83d47ba15a1229a21aaca8a8d6a33e0e90aabfd4
https://github.com/llvm/llvm-project/commit/83d47ba15a1229a21aaca8a8d6a33e0e90aabfd4
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
Log Message:
-----------
[AMDGPU] Add _e64_dpp asm suffix to docs
The _e64_dpp suffix can be added to an instruction to force the
AsmParser to encode it as VOP3 with DPP if possible on GFX11+. This has
been the behavior since GFX11 was introduced; this patch only updates
the documentation.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D153564
More information about the All-commits
mailing list