[PATCH] D99352: [AMDGPU] ds_read_*/ds_write_* operations require strict alignment.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 22:23:52 PDT 2021


hsmhsm updated this revision to Diff 333501.
hsmhsm added a comment.

Updated the fix - make sure that the function allowsMisalignedMemoryAccessesImpl()
checks for the strict alignment requirment for ds_read/ds_write operations.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99352/new/

https://reviews.llvm.org/D99352

Files:
  llvm/lib/Target/AMDGPU/DSInstructions.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/ds_read2.ll
  llvm/test/CodeGen/AMDGPU/ds_write2.ll
  llvm/test/CodeGen/AMDGPU/store-local.128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99352.333501.patch
Type: text/x-patch
Size: 31637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210326/63bada18/attachment.bin>


More information about the llvm-commits mailing list