R600/SI: Enable selecting SALU inside branches
authorTom Stellard <thomas.stellard@amd.com>
Wed, 24 Sep 2014 01:33:28 +0000 (01:33 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 24 Sep 2014 01:33:28 +0000 (01:33 +0000)
commit81c6c9690a2a99ea53e642b222217fa2eef7fd92
treec2514ed6ee7b6adc7b261ce3a5f41ad57242c437
parentabe9b2274dd8ecc1049de3c03e7ffac57c0c0142
R600/SI: Enable selecting SALU inside branches

We can do this now that the FixSGPRLiveRanges pass is working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218353 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/add.ll
test/CodeGen/R600/ctpop.ll
test/CodeGen/R600/ctpop64.ll
test/CodeGen/R600/mul.ll
test/CodeGen/R600/sgpr-control-flow.ll
test/CodeGen/R600/xor.ll