[PATCH] D61985: AMDGPU/GlobalISel: Use waterfall loop for buffer_load

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 20:20:14 PDT 2019


arsenm created this revision.
arsenm added reviewers: rampitec, tstellar, scott.linder.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, kristof.beyls, rovka, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

This adds support for more complex waterfall loops that need to handle
operands > 32-bits, and multiple operands.


https://reviews.llvm.org/D61985

Files:
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-buffer-load.mir
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract-vector-elt.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61985.199727.patch
Type: text/x-patch
Size: 38871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/890555b9/attachment.bin>


More information about the llvm-commits mailing list