[all-commits] [llvm/llvm-project] f11f38: [AMDGPU] Fix declaration parameter names to match ...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Sep 25 03:40:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f11f382523e096859571b61520af81b9bb1defbf
      https://github.com/llvm/llvm-project/commit/f11f382523e096859571b61520af81b9bb1defbf
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h

  Log Message:
  -----------
  [AMDGPU] Fix declaration parameter names to match definition

This fixes the declaration of AMDGPULegalizerInfo::legalizeBufferLoad to
match the definition. It is still confusing that that parameter order is
different from legalizeBufferStore.

https://bugs.llvm.org/show_bug.cgi?id=47535




More information about the All-commits mailing list