[PATCH] D116103: [VE] CustomDAG builder class
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 21 05:00:37 PST 2021
simoll created this revision.
simoll added a reviewer: kaz7.
simoll added a project: VE.
Herald added subscribers: hiraditya, mgorny.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
CustomDAG's functions simplify emitting VE custom ISD nodes. The class is just a stub now. We add more functions, in particular for the VP->VVP->VE lowering, to CustomDAG as we build up vector isel.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116103
Files:
llvm/lib/Target/VE/CMakeLists.txt
llvm/lib/Target/VE/CustomDAG.cpp
llvm/lib/Target/VE/CustomDAG.h
llvm/lib/Target/VE/VEISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116103.395653.patch
Type: text/x-patch
Size: 7004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211221/950b983b/attachment.bin>
More information about the llvm-commits
mailing list