diff options
author | Koutheir Attouchi <koutheir@gmail.com> | 2021-06-11 11:37:16 +0100 |
---|---|---|
committer | Renato Golin <rengolin@systemcall.eu> | 2021-06-11 11:45:21 +0100 |
commit | 789708617d2023dbb343c65120556b2e6a97044d (patch) | |
tree | be3d02da70013e1c0d314d630e2376e2c7fcf965 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | d7c219a506ec9aabe7c5d36c0da55656af487b73 (diff) | |
download | llvm-789708617d2023dbb343c65120556b2e6a97044d.zip llvm-789708617d2023dbb343c65120556b2e6a97044d.tar.gz llvm-789708617d2023dbb343c65120556b2e6a97044d.tar.bz2 |
Do not generate calls to the 128-bit function __multi3() on 32-bit ARM
Re-applying this patch after bots failures. Should be fine now.
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 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions