diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-05 15:29:47 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-05 15:29:47 +0000 |
commit | e57662d5ec3a50e77fc35d8e25d7442cb3af6474 (patch) | |
tree | b1605326a9037610ac8e624414ef684032fc81ed /lldb/packages/Python/lldbsuite/test/python_api/formatters | |
parent | 28eb344140619179b02646c2803d94672d8f02d1 (diff) | |
download | bcm5719-llvm-e57662d5ec3a50e77fc35d8e25d7442cb3af6474.tar.gz bcm5719-llvm-e57662d5ec3a50e77fc35d8e25d7442cb3af6474.zip |
[Hexagon] Handle operand type differences for A2_tfrpi
The instruction A2_tfrpi has a 64-bit operand, while the corresponding
intrinsic takes a 32-bit value. The actual value has only 8 significant
bits, so the difference is only in the type used to represent it.
In order to map the intrinsic to the instruction, the operand needs to
be extended to the correct type.
llvm-svn: 268635
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/formatters')
0 files changed, 0 insertions, 0 deletions