[all-commits] [llvm/llvm-project] 781480: [AMDGPU] Fix CPol operands of MUBUF atomics. (#73118)
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Thu Nov 23 04:59:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78148064c60353af5ec7505c90119870a5cb536d
https://github.com/llvm/llvm-project/commit/78148064c60353af5ec7505c90119870a5cb536d
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
Log Message:
-----------
[AMDGPU] Fix CPol operands of MUBUF atomics. (#73118)
Resolves AsmParser ambiguities, e.g., between
BUFFER_ATOMIC_XOR_X2_BOTHEN_vi and BUFFER_ATOMIC_XOR_X2_BOTHEN_RTN_vi.
Part of <https://github.com/llvm/llvm-project/issues/69256>.
More information about the All-commits
mailing list