[PATCH] D16069: AMDGPU: Implement {{s|u}}int_to_fp i64 -> f32

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 08:13:37 PST 2016


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

The old lowering for uint_to_fp failed opencl conformance.
It might be OK for fast math mode, but I'm not sure.

http://reviews.llvm.org/D16069

Files:
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  test/CodeGen/AMDGPU/sint_to_fp.i64.ll
  test/CodeGen/AMDGPU/uint_to_fp.i64.ll
  test/CodeGen/AMDGPU/uint_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16069.44512.patch
Type: text/x-patch
Size: 11520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160111/d663ed05/attachment.bin>


More information about the llvm-commits mailing list