OSDN Git Service

[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 19 Jun 2018 18:09:54 +0000 (18:09 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 19 Jun 2018 18:09:54 +0000 (18:09 +0000)
commitc0ac3859b1c5dc77ab3213b4a70d793570679d5b
tree0bb421661194d318e5a60faf1418d75810808da6
parentfbe156db3c26930e4d1926dfe0e974a3b4099454
[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST

This value is the first vector instruction type in numerical order. The
previous value was incorrect, leaving TypeCVI_GATHER outside of the range
for vector instructions. This caused vector .new instructions to be
incorrectly encoded in the presence of gather.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335065 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
test/MC/Hexagon/vgather-new.s [new file with mode: 0644]