[PATCH] D134711: [AArch64] Select SMULL for zero extended vectors when top bit is zero
Zain Jaffal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 03:20:36 PDT 2022
zjaffal updated this revision to Diff 463823.
zjaffal added a comment.
Refactor common code for selecting multiplication instruction out of the main code for `LowerMul`, rewrite checking for the top bit to use `DAG.SignBitIsZero` and refactor on top of the added new tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134711/new/
https://reviews.llvm.org/D134711
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/aarch64-smull.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134711.463823.patch
Type: text/x-patch
Size: 6446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220929/c18fc9ed/attachment.bin>
More information about the llvm-commits
mailing list