[PATCH] D141836: [AArch64] Disable __muloti4 libcalls for AArch64
Sebastian Poeplau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 03:02:33 PST 2023
sebastianpoeplau created this revision.
Herald added subscribers: luismarques, pengfei, s.egerton, PkmX, atanasyan, simoncook, hiraditya, kristof.beyls, arichardson, sdardis.
Herald added a project: All.
sebastianpoeplau requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The library function only exists in compiler-rt, not in libgcc.
This is consistent with similar changes for x86-64 (D109385 <https://reviews.llvm.org/D109385>),
x86 (D108928 <https://reviews.llvm.org/D108928>), ARM (D108842 <https://reviews.llvm.org/D108842>), MIPS (D108844 <https://reviews.llvm.org/D108844>), PPC (D108936 <https://reviews.llvm.org/D108936>), and
RISC-V (D108939 <https://reviews.llvm.org/D108939>).
TN: TB01-004
Change-Id: I6000a2749e91a40c29aee096750411a209c48ec4
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141836
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/i128-math.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141836.489480.patch
Type: text/x-patch
Size: 7044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230116/1864fdf9/attachment.bin>
More information about the llvm-commits
mailing list