[PATCH] D124144: [RISCV][SelectionDAG] Support VP_ADD/VP_MUL/VP_SUB mask operations

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 01:48:13 PDT 2022


Jimerlife added a comment.

In D124144#3463736 <https://reviews.llvm.org/D124144#3463736>, @craig.topper wrote:

> This should be done in SelectionDAG::getNode not SelectionDAGBuilder so it happens any time a mask VP_ADD/VP_SUB/VP_MUL is created.

I have done it in SelectionDAG::getNode. Thank for your advice.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124144



More information about the llvm-commits mailing list