[PATCH] D54042: [AMDGPU] Extend the SI Load/Store optimizer to combine more things.

Neil Henning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 02:12:04 PST 2018


sheredom updated this revision to Diff 176566.
sheredom added a comment.

Fixed review comments:

- Made the switch statements autogenerated by BUFInstructions.td tablegen.
- Removed idxen mappings (will try and add them back in later in their own commit).


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

https://reviews.llvm.org/D54042

Files:
  lib/Target/AMDGPU/BUFInstructions.td
  lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
  test/CodeGen/AMDGPU/early-if-convert-cost.ll
  test/CodeGen/AMDGPU/insert_vector_elt.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll
  test/CodeGen/AMDGPU/merge-stores.ll
  test/CodeGen/AMDGPU/store-global.ll
  test/CodeGen/AMDGPU/store-v3i64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54042.176566.patch
Type: text/x-patch
Size: 60686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/cd09b751/attachment-0001.bin>


More information about the llvm-commits mailing list