[PATCH] D122090: [PPCISelLowering] Avoid emitting calls to __multi3, __muloti4
Aaron Puchert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 20 06:26:33 PDT 2022
aaronpuchert updated this revision to Diff 416777.
aaronpuchert added a comment.
Had to adapt two more tests where we were emitting `__multi3` calls on PowerPC 32-bit. That builtin doesn't exist even in compiler-rt, so I guess it's an improvement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122090/new/
https://reviews.llvm.org/D122090
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/overflow-intrinsic-optimizations.ll
llvm/test/CodeGen/PowerPC/umulo-128-legalisation-lowering.ll
llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122090.416777.patch
Type: text/x-patch
Size: 11095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220320/be2ece7f/attachment.bin>
More information about the llvm-commits
mailing list