Add missing attributes !cmp.[eq,gt,gtu] instructions.
authorSid Manning <sidneym@codeaurora.org>
Thu, 25 Sep 2014 13:09:54 +0000 (13:09 +0000)
committerSid Manning <sidneym@codeaurora.org>
Thu, 25 Sep 2014 13:09:54 +0000 (13:09 +0000)
commit733681d3bd25f2bf43419cca3017b8185f1baf81
tree34af0a6d414359bed497f74dd4aa75dce9ae1a18
parent1d545d9acbc2b9090f059093a171ddcfc4e72c54
Add missing attributes !cmp.[eq,gt,gtu] instructions.

These instructions do not indicate they are extendable or the
number of bits in the extendable operand.  Rename to match
architected names.  Add a testcase for the intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV4.td
test/CodeGen/Hexagon/cmp-not.ll [new file with mode: 0644]