[PATCH] D142549: [AMDGPU] Make flat_offset a 32-bit operand instead of 16-bits

Mateja Marjanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 08:01:27 PST 2023


matejam created this revision.
matejam added reviewers: foad, arsenm, mbrkusanin.
matejam added a project: LLVM.
Herald added subscribers: kosarev, StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
matejam requested review of this revision.
Herald added a subscriber: wdng.

Change the type of offset in tablegen patterns and use AMDGPU::getNumFlatOffsetBits() in AMDGPUInstPrinter.


https://reviews.llvm.org/D142549

Files:
  llvm/lib/Target/AMDGPU/FLATInstructions.td
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142549.492112.patch
Type: text/x-patch
Size: 10232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230125/99127e81/attachment.bin>


More information about the llvm-commits mailing list