[all-commits] [llvm/llvm-project] 64e9aa: Do not generate calls to the 128-bit function __mu...
Koutheir Attouchi via All-commits
all-commits at lists.llvm.org
Wed Jun 9 08:22:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64e9aa33020d68a98c30bf05362ffc1c1778890c
https://github.com/llvm/llvm-project/commit/64e9aa33020d68a98c30bf05362ffc1c1778890c
Author: Koutheir Attouchi <koutheir at gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/umulo-128-legalisation-lowering.ll
Log Message:
-----------
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
More information about the All-commits
mailing list