[PATCH] D65719: AMDGPU: Disambiguate v3f16 format in load/store tables

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 4 09:44:02 PDT 2019


arsenm created this revision.
arsenm added reviewers: nhaehnle, tpr, vpykhtin, dp.
Herald added subscribers: t-tye, dstuttard, yaxunl, wdng, jvesely, kzhuravl.
arsenm added a parent revision: D65683: MVT: Add v3i16/v3f16 vectors.

Currently the searchable tables report the number of dwords. These
round to the same number for 3 and 4 component d16
instructions. Change this to report the number of elements so this
isn't ambiguous.


https://reviews.llvm.org/D65719

Files:
  lib/Target/AMDGPU/BUFInstructions.td
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65719.213251.patch
Type: text/x-patch
Size: 20635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190804/140a0399/attachment.bin>


More information about the llvm-commits mailing list