[all-commits] [llvm/llvm-project] 8a203a: AMDGPU/GlobalISel: Remove redundant parameter from...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu May 27 06:49:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a203ac6d22026fbb1b4b9cd9cdfdeffd17cb05d
      https://github.com/llvm/llvm-project/commit/8a203ac6d22026fbb1b4b9cd9cdfdeffd17cb05d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-05-27 (Thu, 27 May 2021)

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

  Log Message:
  -----------
  AMDGPU/GlobalISel: Remove redundant parameter from function


  Commit: ee359000898c40ada69db3f20a87e6424c23596e
      https://github.com/llvm/llvm-project/commit/ee359000898c40ada69db3f20a87e6424c23596e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-05-27 (Thu, 27 May 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sextload-constant-32bit.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zextload-constant-32bit.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Lower constant-32-bit zextload/sextload consistently

We were accidentally leaning on code in lowerLoad which expands
extending loads which should be removed.


Compare: https://github.com/llvm/llvm-project/compare/ce276b7a6448...ee359000898c


More information about the All-commits mailing list