summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/help/TestHelp.py
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2016-10-19 17:50:52 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2016-10-19 17:50:52 +0000
commit1f90f2d33f72ec9e34da496323c1ccff89b23c21 (patch)
treed55cb485c851c810301888c08d3f2820bbb9e62b /lldb/packages/Python/lldbsuite/test/help/TestHelp.py
parentc87155037bc9e611369302c31789d16266e0ef60 (diff)
downloadbcm5719-llvm-1f90f2d33f72ec9e34da496323c1ccff89b23c21.tar.gz
bcm5719-llvm-1f90f2d33f72ec9e34da496323c1ccff89b23c21.zip
[mips][msa] Range check MSA intrinsics with immediates
This patch teaches clang to range check immediates for MIPS MSA instrinsics. This checking is done strictly in comparison to some existing GCC implementations. E.g. msa_andvi_b(var, 257) does not result in andvi $wX, 1. Similarily msa_ldi_b takes a range of -128 to 127. As part of this effort, correct the existing MSA test as it has both illegal types and immediates. Reviewers: vkalintiris Differential Revision: https://reviews.llvm.org/D25017 llvm-svn: 284620
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud