The patch adds the support for 'noa16' operands in non-A16 variants of
the instructions, fixes validation of A16 operands and eliminates the
custom conversion to MCInst.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155057
[AMDGPU][MC] Fix handling of A16 operands in intersect_ray instructions. ClosedPublic Authored by kosarev on Jul 12 2023, 2:47 AM.
Details Summary The patch adds the support for 'noa16' operands in non-A16 variants of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2023, 12:56 PM This revision was landed with ongoing or failed builds.Jul 13 2023, 11:46 AM Closed by commit rG289ae6525dff: [AMDGPU][MC] Fix handling of A16 operands in intersect_ray instructions. (authored by kosarev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540143 llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/lib/Target/AMDGPU/MIMGInstructions.td
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/test/CodeGen/AMDGPU/waitcnt-bvh.mir
llvm/test/MC/AMDGPU/gfx1030_err.s
llvm/test/MC/AMDGPU/gfx1030_new.s
llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
|