See bug 48241
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4032 | It is not necessarily "dim". For example image_bvh* do not have dim modifier. |
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4032 | Thanks. I did not know about these instructions. I thought that at least in gfx1010 all MIMG opcodes require DIM. |
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4032 | You can query if opcode has dim operand. |
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4031 | Sure, thanks. |
Please use isGFX10Plus, which I just added in D92092.