[all-commits] [llvm/llvm-project] 4c9310: [AMDGPU][NFC] Get rid of some operand decoders def...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Tue Feb 13 02:28:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c931091a344e3284bd449710defdabe8fab1c22
https://github.com/llvm/llvm-project/commit/4c931091a344e3284bd449710defdabe8fab1c22
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
Log Message:
-----------
[AMDGPU][NFC] Get rid of some operand decoders defined using macros. (#81482)
Use templates instead.
Part of <https://github.com/llvm/llvm-project/issues/62629>.
More information about the All-commits
mailing list