[PATCH] D130019: [HLSL] CodeGen HLSL Resource annotations
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 11:28:08 PDT 2022
beanz updated this revision to Diff 445572.
beanz added a comment.
Updating based on feedback from @python3kgae provided via chat. Because of the odd nature of DXIL, the DirectX backend needs to filter the module flags, for that reason it is easier to use a named metadata entry which can just be deleted during codegen. This should be fine and have no real impact on other targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130019/new/
https://reviews.llvm.org/D130019
Files:
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CGHLSLRuntime.h
clang/test/CodeGenHLSL/builtins/RWBuffer-annotations.hlsl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130019.445572.patch
Type: text/x-patch
Size: 3739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220718/9fcc3f48/attachment.bin>
More information about the cfe-commits
mailing list