[PATCH] D26767: [AMDGPU] Promote f16/i16 conversions to f32/i32 + custom lower f16 = fp_round f64

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 15:22:23 PST 2016


kzhuravl updated this revision to Diff 78275.
kzhuravl added a comment.

Address review feedback


https://reviews.llvm.org/D26767

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.h
  test/CodeGen/AMDGPU/fp_to_sint.ll
  test/CodeGen/AMDGPU/fp_to_uint.ll
  test/CodeGen/AMDGPU/fptosi.f16.ll
  test/CodeGen/AMDGPU/fptoui.f16.ll
  test/CodeGen/AMDGPU/sitofp.f16.ll
  test/CodeGen/AMDGPU/uitofp.f16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26767.78275.patch
Type: text/x-patch
Size: 15618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/b6892026/attachment.bin>


More information about the llvm-commits mailing list