diff options
author | Krzysztof Parzyszek <kparzysz@quicinc.com> | 2022-10-10 15:53:10 -0700 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@quicinc.com> | 2022-10-14 14:38:41 -0700 |
commit | b465a983168bf87dc269848c82ffc49ac8dbec20 (patch) | |
tree | a00efec68bbcb78e1afa7519c1330bdcae2dfbab /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 0d6000025788ebc3947cf6d4001fdd582c6c2a99 (diff) | |
download | llvm-b465a983168bf87dc269848c82ffc49ac8dbec20.zip llvm-b465a983168bf87dc269848c82ffc49ac8dbec20.tar.gz llvm-b465a983168bf87dc269848c82ffc49ac8dbec20.tar.bz2 |
[Hexagon] Fix isTypeForHVX for vector predicates
HexagonSubtarget::isTypeFixHVX would stop breaking the type up when it
reached 64 bits in width. HVX vector predicates can be shorter than that,
for example <32 x i1> would have a bitwidth of 32, and it's still a valid
HVX type.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions