[all-commits] [llvm/llvm-project] 3bb0ff: GlobalISel: Remove unused function argument

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Feb 14 15:57:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bb0ff8341fc4ac8330f5315fe554cef0223aee1
      https://github.com/llvm/llvm-project/commit/3bb0ff8341fc4ac8330f5315fe554cef0223aee1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp

  Log Message:
  -----------
  GlobalISel: Remove unused function argument


  Commit: 60fea2713d3f37d70383aacaa75f61344cc3234a
      https://github.com/llvm/llvm-project/commit/60fea2713d3f37d70383aacaa75f61344cc3234a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bswap.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Improve 16-bit bswap

Match the new DAG behavior and use v_perm_b32 when available. Also
does better on SI/CI by expanding 16-bit swaps. Also fix
non-power-of-2 cases.


  Commit: 630b47e5185c7c11dd6e88844134b8e19d00d57b
      https://github.com/llvm/llvm-project/commit/630b47e5185c7c11dd6e88844134b8e19d00d57b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll

  Log Message:
  -----------
  AMDGPU: Use generated checks for memcpy expansion


  Commit: dc3e499dd4a6bd0882ca0af453cea99620320ffe
      https://github.com/llvm/llvm-project/commit/dc3e499dd4a6bd0882ca0af453cea99620320ffe
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-extract.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix G_EXTRACT of 96-bit results

This would assert on an unhandled size in getRegSplitParts.


Compare: https://github.com/llvm/llvm-project/compare/922197d664d3...dc3e499dd4a6


More information about the All-commits mailing list