[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.
authorColin LeMahieu <colinl@codeaurora.org>
Tue, 25 Nov 2014 18:20:52 +0000 (18:20 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Tue, 25 Nov 2014 18:20:52 +0000 (18:20 +0000)
commit902157c2497c0806f407d78f63d439cd94fc6136
tree4d5982e79d451fbe692b51367e717cb5ebc81e88
parentd17bce2e9fb3861fd663c7464d9ec6110a0791a1
[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.

llvm-svn: 222771
llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
llvm/lib/Target/Hexagon/HexagonInstrInfo.td
llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
llvm/test/MC/Hexagon/inst_cmp_eq.ll [new file with mode: 0644]
llvm/test/MC/Hexagon/inst_cmp_gt.ll [new file with mode: 0644]
llvm/test/MC/Hexagon/inst_cmp_lt.ll [new file with mode: 0644]
llvm/test/MC/Hexagon/inst_cmp_ugt.ll [new file with mode: 0644]
llvm/test/MC/Hexagon/inst_cmp_ult.ll [new file with mode: 0644]