[PATCH] D75051: AMDGPU/GlobalISel: Lower 64-bit uaddo/usubo

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 07:26:49 PST 2020


foad created this revision.
foad added reviewers: arsenm, rampitec, kerbowa.
Herald added subscribers: llvm-commits, hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75051

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75051.246202.patch
Type: text/x-patch
Size: 74285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200224/918ce672/attachment.bin>


More information about the llvm-commits mailing list