R600/SI: Fix bitcast between v2i32 and f64
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 11 Jun 2014 19:31:13 +0000 (19:31 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 11 Jun 2014 19:31:13 +0000 (19:31 +0000)
commit7fa80b45ebcb3ecde309e048fc207aa4c4858680
tree77dd40ca85648ea363970853e8a0ad2696959dd0
parent7acd886ecfa0adc8a14476eafe8cf1fa981cfe18
R600/SI: Fix bitcast between v2i32 and f64

This is the same problem fixed in r210664 for more types.

The test passes without this fix. For some reason
I'm only hitting this when creating selects lowered
to v2i32 selects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210692 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/bitcast.ll