[PATCH] D137952: [AMDGPU][GFX11] Refactor VOPD operands handling
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 07:30:43 PST 2022
dp created this revision.
dp added reviewers: foad, Joe_Nash.
Herald added subscribers: kosarev, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
dp requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Correct VOPD `ComponentLayout` to explicitly use `ComponentProps` of previous component (if any). Hopefully this will make code more clear.
This is actually an NFC change. It only affects one existing test for error position.
https://reviews.llvm.org/D137952
Files:
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/test/MC/AMDGPU/gfx11_asm_vopd_errs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137952.475138.patch
Type: text/x-patch
Size: 10260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221114/91aa7ed0/attachment.bin>
More information about the llvm-commits
mailing list