[PATCH] D73868: [ANDGPU] getMemOperandsWithOffset: support BUF non-stack-access instructions with resource but no vaddr

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 02:08:42 PST 2020


foad created this revision.
foad added reviewers: rampitec, arsenm, nhaehnle.
Herald added subscribers: kerbowa, hiraditya, wdng, jvesely.
Herald added a project: LLVM.

This enables clustering for many more BUF instructions.

Depends on D73867 <https://reviews.llvm.org/D73867>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73868

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/bswap.ll
  llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
  llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll
  llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
  llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
  llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll
  llvm/test/CodeGen/AMDGPU/merge-stores.ll
  llvm/test/CodeGen/AMDGPU/sdiv.ll
  llvm/test/CodeGen/AMDGPU/shl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73868.241998.patch
Type: text/x-patch
Size: 24737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/40d61978/attachment.bin>


More information about the llvm-commits mailing list