[all-commits] [llvm/llvm-project] c7e8d8: GlobalISel: Cleanup code with MachineIRBuilder fea...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Feb 26 19:10:48 PST 2020


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

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

  Log Message:
  -----------
  GlobalISel: Cleanup code with MachineIRBuilder features


  Commit: 6dcf43102c3d0af81137e871607579ab59126923
      https://github.com/llvm/llvm-project/commit/6dcf43102c3d0af81137e871607579ab59126923
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sadde.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssube.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uadde.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usube.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add missing G_[US]ADDE/G_[US]SUBE tests

The s64 case currently crashes, so leave that for later.


Compare: https://github.com/llvm/llvm-project/compare/2a49d650a5d2...6dcf43102c3d


More information about the All-commits mailing list