[AMDGPU][AsmParser] Eliminate custom predicates for named-bit operands. (#69243)
commit509b5708e98e01a038534f30523a4e12bc98c7aa
authorIvan Kosarev <ivan.kosarev@amd.com>
Tue, 17 Oct 2023 12:59:42 +0000 (17 15:59 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 12:59:42 +0000 (17 13:59 +0100)
treeec7bfe9f2a5c8f59ab89d2adfee685b4ef664da5
parent12bf4231eb0d4685b9d8152352fbd15ac9fb528b
[AMDGPU][AsmParser] Eliminate custom predicates for named-bit operands. (#69243)

isGDS() and isTFE() need special treatment, because they may be both
named-bit and token operands.

Part of #62629.
llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.td