summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/static-a.cpp
diff options
context:
space:
mode:
authorMikhail Maltsev <mikhail.maltsev@arm.com>2018-03-16 14:10:56 +0000
committerMikhail Maltsev <mikhail.maltsev@arm.com>2018-03-16 14:10:56 +0000
commited1c8bfec21e74052173dabd719717bb5c0191ba (patch)
tree5e5eac336b8c26e175d98b320f553a7abc922a21 /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/static-a.cpp
parentce00978b101db664451f127fbd219f2c777f99db (diff)
downloadbcm5719-llvm-ed1c8bfec21e74052173dabd719717bb5c0191ba.tar.gz
bcm5719-llvm-ed1c8bfec21e74052173dabd719717bb5c0191ba.zip
[ARM] Convert more invalid NEON immediate loads
Summary: Currently the LLVM MC assembler is able to convert e.g. vmov.i32 d0, #0xabababab (which is technically invalid) into a valid instruction vmov.i8 d0, #0xab this patch adds support for vmov.i64 and for cases with the resulting load types other than i8, e.g.: vmov.i32 d0, #0xab00ab00 -> vmov.i16 d0, #0xab00 Reviewers: olista01, rengolin Reviewed By: rengolin Subscribers: rengolin, javed.absar, kristof.beyls, rogfer01, llvm-commits Differential Revision: https://reviews.llvm.org/D44467 llvm-svn: 327709
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/static-a.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud