[PATCH] D31993: [AMDGPU] Combine DS operations with offsets bigger than byte

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 15:34:49 PDT 2017


rampitec created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

In many cases ds operations can be combined even if offsets do not
fit into 8 bit encoding. What it takes is to adjust base address.


Repository:
  rL LLVM

https://reviews.llvm.org/D31993

Files:
  lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  test/CodeGen/AMDGPU/ds-combine-large-stride.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31993.95040.patch
Type: text/x-patch
Size: 42310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/e7010fbf/attachment.bin>


More information about the llvm-commits mailing list