[PATCH] D109809: [TargetLowering][RISCV] Fixed a scalable vector issue when lowering [s|u]mul.overflow intrinsics

eric tang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 23:55:31 PDT 2021


tangxingxin1008 updated this revision to Diff 374451.
tangxingxin1008 added a comment.

Add AArch64 sve test case. Address Craig Topper's suggestion.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109809/new/

https://reviews.llvm.org/D109809

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/sve-smulo-sdnode.ll
  llvm/test/CodeGen/AArch64/sve-umulo-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/smulo-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/umulo-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109809.374451.patch
Type: text/x-patch
Size: 88873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/ca4037bc/attachment.bin>


More information about the llvm-commits mailing list