[PATCH] D133255: [RISCV] Transform VMERGE_VVM_<LMUL>_TU with all ones mask to VADD_VI_<LMUL>_TU.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 00:32:30 PDT 2022


fakepaper56 updated this revision to Diff 457892.
fakepaper56 added a comment.

I still moved useAllOnesMask into performVMergeToVAdd, since only
 performVMergeToVAdd needs to call useAllOnesMask.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133255

Files:
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
  llvm/test/CodeGen/RISCV/rvv/rvv-vmerge-to-vadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133255.457892.patch
Type: text/x-patch
Size: 18213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/98a1745c/attachment.bin>


More information about the llvm-commits mailing list