diff options
author | Koutheir Attouchi <koutheir@gmail.com> | 2021-06-09 16:02:14 +0100 |
---|---|---|
committer | Renato Golin <rengolin@microsoft.com> | 2021-06-09 16:21:16 +0100 |
commit | 64e9aa33020d68a98c30bf05362ffc1c1778890c (patch) | |
tree | 327d5232cc08b9565657e2ac80ef7f23f30c872b /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 96ca2d92b52bd97fcdce4c0ba2723399b005e0a9 (diff) | |
download | llvm-64e9aa33020d68a98c30bf05362ffc1c1778890c.zip llvm-64e9aa33020d68a98c30bf05362ffc1c1778890c.tar.gz llvm-64e9aa33020d68a98c30bf05362ffc1c1778890c.tar.bz2 |
Do not generate calls to the 128-bit function __multi3() on 32-bit ARM
The function __multi3() is undefined on 32-bit ARM, so a call to it
should never be emitted. Instead, plain instructions need to be
generated to perform 128-bit multiplications.
Differential Revision: https://reviews.llvm.org/D103906
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions