[PATCH] R600/SI: Fix selection failure on scalar_to_vector

Matt Arsenault Matthew.Arsenault at amd.com
Tue Jun 10 19:01:06 PDT 2014


There seem to be only 2 places that produce these, and it's kind of tricky to hit them.
Also fixes failure to bitcast between v2i16 and f32, although this for some reason wasn't 
actually broken in the  simple bitcast testcase, but did in the scalar_to_vector one.

http://reviews.llvm.org/D4098

Files:
  lib/Target/R600/AMDGPUISelDAGToDAG.cpp
  lib/Target/R600/SIInstructions.td
  test/CodeGen/R600/bitcast.ll
  test/CodeGen/R600/scalar_to_vector.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4098.10312.patch
Type: text/x-patch
Size: 7778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140611/23f7a6f7/attachment.bin>


More information about the llvm-commits mailing list