Added custom converters for SDWA instruction to support optional operands and modifiers.
Support for _dpp and _sdwa suffixes that allows to force DPP or SDWA encoding for instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
632 ↗ | (On Diff #58427) | Should take StringRef and return new StringRef |
2554 ↗ | (On Diff #58427) | enum not necessary |
2676–2681 ↗ | (On Diff #58427) | Can you move around the IsVOP1 check to avoid having IsVOP1 and !IsVOP1 conditions |
Comment Actions
Minor fixes required, otherwise fine.
test/MC/AMDGPU/vop_sdwa.s | ||
---|---|---|
14–52 ↗ | (On Diff #58583) | Normally we put CHECK-lines *after* source lines. |
test/MC/AMDGPU/vop_sdwa.s | ||
---|---|---|
14–52 ↗ | (On Diff #58583) | In all disassembler tests CHECK-lines are before source lines. Same for some assembler tests (vop1.s, vop2.s). |