[PATCH] D51098: [AMDGPU] Add support for multi-dword s.buffer.load intrinsic

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 11:34:30 PDT 2018


tpr updated this revision to Diff 162239.
tpr added a comment.

V3: i1 glc is now i32 cachepolicy for consistency with buffer and

  tbuffer intrinsics, plus fixed formatting issue.


Repository:
  rL LLVM

https://reviews.llvm.org/D51098

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SMInstructions.td
  test/CodeGen/AMDGPU/smrd.ll
  test/Transforms/EarlyCSE/intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51098.162239.patch
Type: text/x-patch
Size: 36451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/13b217e3/attachment.bin>


More information about the llvm-commits mailing list