[all-commits] [llvm/llvm-project] 05297b: [AMDGPU] getMemOperandsWithOffset: add resource op...

jayfoad via All-commits all-commits at lists.llvm.org
Mon Feb 3 09:06:20 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05297b7cbe9ba4adb1d62795eb629014e10c4898
      https://github.com/llvm/llvm-project/commit/05297b7cbe9ba4adb1d62795eb629014e10c4898
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/test/CodeGen/AMDGPU/smrd.ll

  Log Message:
  -----------
  [AMDGPU] getMemOperandsWithOffset: add resource operand for BUF instructions

Summary:
This prevents unwanted clustering of BUF instructions with the same
vaddr but different resource descriptors.

Reviewers: rampitec, arsenm, nhaehnle

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list