Files
clang-p2996/llvm/lib/Target/AMDGPU/AsmParser
Mirko Brkušanin 2cd2445c21 [AMDGPU] Src1 of VOP3 DPP instructions can be SGPR on supported subtargets (#67461)
In order to avoid duplicating every dpp pseudo opcode that has src1, we
allow it for all opcodes and add manual checks on subtargets that do not
support it.
2023-09-29 11:54:49 +02:00
..