[PATCH] D130291: [DirectX backend] [NFC]Add DXILOpBuilder to generate DXIL operation
Xiang Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 10:35:47 PDT 2022
python3kgae created this revision.
python3kgae added reviewers: MaskRay, tstellar, pete, jdoerfert, sheredom, kuhar, antiagainst, nhaehnle, beanz, pow2clk, bogner.
Herald added subscribers: StephenFan, hiraditya, mgorny.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
A new helper class DXILOpBuilder is added to create DXIL op function calls.
TableGen backend for DXILOperation will create table for DXIL op function parameter types.
When create DXIL op function, these parameter types will used to create the function type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130291
Files:
llvm/lib/Target/DirectX/CMakeLists.txt
llvm/lib/Target/DirectX/DXILOpBuilder.cpp
llvm/lib/Target/DirectX/DXILOpBuilder.h
llvm/lib/Target/DirectX/DXILOpLowering.cpp
llvm/utils/TableGen/DXILEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130291.446570.patch
Type: text/x-patch
Size: 26269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/03bc8e0f/attachment.bin>
More information about the llvm-commits
mailing list