[all-commits] [llvm/llvm-project] 509b57: [AMDGPU][AsmParser] Eliminate custom predicates fo...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Tue Oct 17 05:59:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 509b5708e98e01a038534f30523a4e12bc98c7aa
https://github.com/llvm/llvm-project/commit/509b5708e98e01a038534f30523a4e12bc98c7aa
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
Log Message:
-----------
[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.
More information about the All-commits
mailing list