[PATCH] D33204: AMDGPU: Fix min3/max3 combines for f16/i16

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 09:56:10 PDT 2017


arsenm created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng.

Fix missing instruction definitions for min3/max3.


https://reviews.llvm.org/D33204

Files:
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/VOP3Instructions.td
  test/CodeGen/AMDGPU/fmax3.ll
  test/CodeGen/AMDGPU/fmin3.ll
  test/CodeGen/AMDGPU/max3.ll
  test/CodeGen/AMDGPU/min3.ll
  test/MC/AMDGPU/vop3-gfx9.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33204.99016.patch
Type: text/x-patch
Size: 29791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170515/8a410c38/attachment.bin>


More information about the llvm-commits mailing list