summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-09 10:13:45 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-09 10:13:45 +0000
commite4050a296181d10e90eb85cf66ce49e417a96e2a (patch)
tree873f54cbde58451f9484b720551a50d64abd3dff /lldb/packages/Python/lldbsuite/test/expression_command/call-function
parent73ee5c2fc4d9b3d793772a610ae02f4cf04e3ba3 (diff)
downloadbcm5719-llvm-e4050a296181d10e90eb85cf66ce49e417a96e2a.tar.gz
bcm5719-llvm-e4050a296181d10e90eb85cf66ce49e417a96e2a.zip
[SelectionDAG] Add partial BITCAST support to computeKnownBits
Adds support for bitcasting a little endian 'small element' vector to 'large element' scalar/vector (e.g. v16i8 to v4i32 or v2i32 to i64), which is required for PR30845. We extract the knownbits for each 'small element' part and concatenate the results together. We can add support for big endian and 'large element' scalar/vector to 'small element' vector bitcasting once we have test cases for them. Differential Revision: https://reviews.llvm.org/D27129 llvm-svn: 289200
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud