[PATCH] D103906: 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.

Koutheir Attouchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 09:18:28 PDT 2021


koutheir created this revision.
koutheir added reviewers: rengolin, asl, t.p.northover, greened, abdulras.
Herald added subscribers: hiraditya, kristof.beyls.
koutheir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Do not generate calls to the 128-bit function __multi3() on 32-bit ARM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103906

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/umulo-128-legalisation-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103906.350623.patch
Type: text/x-patch
Size: 14405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210608/479a9cf6/attachment.bin>


More information about the llvm-commits mailing list