[all-commits] [llvm/llvm-project] 47788b: SILoadStoreOptimizer: add support for GFX10 image ...

jayfoad via All-commits all-commits at lists.llvm.org
Wed Jul 8 11:35:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 47788b97a9eb1215d0ac01826f51fbe286f56c0b
      https://github.com/llvm/llvm-project/commit/47788b97a9eb1215d0ac01826f51fbe286f56c0b
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    A llvm/test/CodeGen/AMDGPU/merge-image-load-gfx10.mir
    A llvm/test/CodeGen/AMDGPU/merge-image-sample-gfx10.mir

  Log Message:
  -----------
  SILoadStoreOptimizer: add support for GFX10 image instructions

GFX10 image instructions use one or more address operands starting at
vaddr0, instead of a single vaddr operand, to allow for NSA forms.

Differential Revision: https://reviews.llvm.org/D81675




More information about the All-commits mailing list