[all-commits] [llvm/llvm-project] 7747a1: [AMDGPU] GFX11: accept global_atomic_csub as an alias
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Feb 2 09:12:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7747a142abcaa6406d509846ccd4bdcc17c7fd2a
https://github.com/llvm/llvm-project/commit/7747a142abcaa6406d509846ccd4bdcc17c7fd2a
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
Log Message:
-----------
[AMDGPU] GFX11: accept global_atomic_csub as an alias
GFX11 renamed this instruction to global_atomic_csub_u32 but should
accept the old name as an alias, for consistency with the other global
atomics and with buffer_atomic_csub.
Differential Revision: https://reviews.llvm.org/D143176
More information about the All-commits
mailing list