[PATCH] D11081: SelectionDAG: Support Expand of f16 extloads

Matt Arsenault Matthew.Arsenault at amd.com
Thu Jul 9 13:06:53 PDT 2015


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

Currently this hits an assert that extload should
always be supported, which assumes integer extloads.
    
This moves a hack out of SI's argument lowering and
is covered by existing tests.

http://reviews.llvm.org/D11081

Files:
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/half.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11081.29378.patch
Type: text/x-patch
Size: 4623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150709/ddaddb0e/attachment.bin>


More information about the llvm-commits mailing list