[all-commits] [llvm/llvm-project] 2214bc: AMDGPU: Allow i16 shader arguments

Dominik Montada via All-commits all-commits at lists.llvm.org
Mon Jan 27 06:55:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2214bc81d0be66b212e20fd0c44367521e361ef7
      https://github.com/llvm/llvm-project/commit/2214bc81d0be66b212e20fd0c44367521e361ef7
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
    M llvm/test/CodeGen/AMDGPU/calling-conventions.ll

  Log Message:
  -----------
  AMDGPU: Allow i16 shader arguments

Not allowing this just creates unnecessary complications when writing
simple tests.


  Commit: 9965b12fd1bcb78396fbea2c28d80068e43b31a3
      https://github.com/llvm/llvm-project/commit/9965b12fd1bcb78396fbea2c28d80068e43b31a3
  Author: Dominik Montada <dominik.montada at gmail.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

  Log Message:
  -----------
  Use pointer type size for offset constant when lowering load/stores


Compare: https://github.com/llvm/llvm-project/compare/1bf00219fc80...9965b12fd1bc


More information about the All-commits mailing list