Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
authorJyotsna Verma <jverma@codeaurora.org>
Tue, 5 Feb 2013 19:20:45 +0000 (19:20 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Tue, 5 Feb 2013 19:20:45 +0000 (19:20 +0000)
commit1d3d2c57f55e04197efe15b293c783fe879c2551
tree8d38dc5411bd63c1f74584fb6d065d2e114f7e2f
parentfaf601ee936a440027447fa11ef400cf53bc1acf
Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
         zext( set[ne,eq,gt,ugt] (...) ) type of dag patterns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonInstrInfoV4.td
test/CodeGen/Hexagon/cmp_pred.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp_pred_reg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmpb_pred.ll [new file with mode: 0644]