[PATCH] D110319: [SelectionDAG] Fixed the scalable vectors issue on WidenVecRes_OverflowOp&WidenVecRes_SELECT

eric tang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 04:11:35 PDT 2021


tangxingxin1008 created this revision.
tangxingxin1008 added reviewers: craig.topper, frasercrmck, david-arm.
Herald added subscribers: ecnelises, hiraditya.
tangxingxin1008 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

  This change make WidenVecRes_OverflowOp&WidenVecRes_SELECT work
  for scalable vectors.
  
  This patch base on https://reviews.llvm.org/D110058

Signed-off-by: Eric Tang <tangxingxin1008 at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110319

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/AArch64/sve-smulo-sdnode.ll
  llvm/test/CodeGen/AArch64/sve-umulo-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110319.374502.patch
Type: text/x-patch
Size: 12672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/2ddf9809/attachment.bin>


More information about the llvm-commits mailing list