[PATCH] D116103: [VE] CustomDAG builder class
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 22 09:02:47 PST 2021
kaz7 added a comment.
I have several quesions.
1. What is the purpose of this CustomDAG? What is the differences from SelectionDAG.getNode()?
2. Do we really need CustomDAG although all other architectures works well with SelectionDAG.
3. Is it possible to extend SelectionDAG for us and probablly other vector architectures?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116103/new/
https://reviews.llvm.org/D116103
More information about the llvm-commits
mailing list