[all-commits] [llvm/llvm-project] 898d57: [AMDGPU][GlobalISel] Scalarize add/sub with overfl...

Abinav Puthan Purayil via All-commits all-commits at lists.llvm.org
Thu Mar 31 09:24:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 898d5776ec3ab8a35047e735c9c9059a4d189759
      https://github.com/llvm/llvm-project/commit/898d5776ec3ab8a35047e735c9c9059a4d189759
  Author: Abinav Puthan Purayil <abinavpp at gmail.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll

  Log Message:
  -----------
  [AMDGPU][GlobalISel] Scalarize add/sub with overflow ops in the legalizer

Differential Revision: https://reviews.llvm.org/D122803




More information about the All-commits mailing list