[PATCH] D31779: AMDGPU: Replace fp16SrcZerosHighBits with a whitelist

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 11:20:55 PDT 2017


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

FCOPYSIGN is lowered to bit operations which don't clear the high bits.


https://reviews.llvm.org/D31779

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/fcopysign.f16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31779.94401.patch
Type: text/x-patch
Size: 7340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170406/792e1b64/attachment.bin>


More information about the llvm-commits mailing list