[PATCH] D16389: AMDGPU: Remove AMDGPU.fract intrinsic

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 18:08:36 PST 2016


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: arsenm, qcolombet.

Mesa doesn't use this, and this is pattern matched already
from fsub x, (ffloor x)

http://reviews.llvm.org/D16389

Files:
  lib/Target/AMDGPU/AMDGPUIntrinsics.td
  lib/Target/AMDGPU/R600ISelLowering.cpp
  lib/Target/AMDGPU/R600Instructions.td
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/fract.f64.ll
  test/CodeGen/AMDGPU/fract.ll
  test/CodeGen/AMDGPU/llvm.AMDGPU.fract.f64.ll
  test/CodeGen/AMDGPU/llvm.AMDGPU.fract.ll
  test/CodeGen/AMDGPU/si-spill-cf.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16389.45479.patch
Type: text/x-patch
Size: 16231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/374232d3/attachment.bin>


More information about the llvm-commits mailing list