[all-commits] [llvm/llvm-project] 2aa894: [AMDGPU][NFC] Use templates to decode AV operands....
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Thu Jan 25 03:30:16 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aa8945d5957b25473c42e9edc6788ae54bb1f2f
https://github.com/llvm/llvm-project/commit/2aa8945d5957b25473c42e9edc6788ae54bb1f2f
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
Log Message:
-----------
[AMDGPU][NFC] Use templates to decode AV operands. (#79313)
Eliminates the need to define them manually.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
More information about the All-commits
mailing list