[PATCH] D135110: [NFC] [HLSL] Move common metadata to LLVMFrontend
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 15:03:50 PDT 2022
beanz created this revision.
beanz added reviewers: python3kgae, tschuett, jdoerfert, bogner, pow2clk, tex3d, Anastasia, efriedma.
Herald added a subscriber: hiraditya.
Herald added a project: All.
beanz requested review of this revision.
Herald added projects: clang, LLVM.
This change pulls some code from the DirectX backend into a new
LLVMFrontendHLSL library to share utility data structures between the
HLSL code generation in Clang and the backend in LLVM.
This is a small refactoring as a first start to get code into the
right structure and get the library built and dependencies correct.
Fixes #58000 (https://github.com/llvm/llvm-project/issues/58000)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135110
Files:
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CMakeLists.txt
llvm/include/llvm/Frontend/HLSL/HLSLResource.h
llvm/lib/Frontend/CMakeLists.txt
llvm/lib/Frontend/HLSL/CMakeLists.txt
llvm/lib/Frontend/HLSL/HLSLResource.cpp
llvm/lib/Target/DirectX/CMakeLists.txt
llvm/lib/Target/DirectX/DXILResource.cpp
llvm/lib/Target/DirectX/DXILResource.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135110.464834.patch
Type: text/x-patch
Size: 7608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221003/db52c3f3/attachment-0001.bin>
More information about the cfe-commits
mailing list