[all-commits] [llvm/llvm-project] 0ed474: AMDGPU/GlobalISel: Lower 64-bit uaddo/usubo

jayfoad via All-commits all-commits at lists.llvm.org
Mon Feb 24 15:08:36 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ed4744bb511baea08652491aaba4131bc3d676f
      https://github.com/llvm/llvm-project/commit/0ed4744bb511baea08652491aaba4131bc3d676f
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Lower 64-bit uaddo/usubo

Summary: Add more test cases for signed and unsigned add/sub with overflow.

Reviewers: arsenm, rampitec, kerbowa

Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, rovka, dstuttard, tpr, t-tye, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list