[PATCH] D148229: [DAGCombine][AArch64][CodeGen] Allow 2x bigger vectors than legal for mulh lowering and use SVE's mulh for fixed vector types.

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 07:06:28 PDT 2023


dtemirbulatov created this revision.
dtemirbulatov added reviewers: sdesmalen, david-arm, RKSimon, CarolineConcatto.
Herald added subscribers: ctetreau, ecnelises, hiraditya, kristof.beyls, tschuett.
Herald added a project: All.
dtemirbulatov requested review of this revision.
Herald added a project: LLVM.

Allow 2x bigger vectors than legal for mulh lowering by relying on legalization to spilt combine input/output and use SVE's mulh for fixed vector types.


https://reviews.llvm.org/D148229

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-mulh.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148229.513220.patch
Type: text/x-patch
Size: 39317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/35154d60/attachment-0001.bin>


More information about the llvm-commits mailing list