diff options
author | Helena Kotas <hekotas@microsoft.com> | 2025-09-16 13:16:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-16 13:16:54 -0700 |
commit | f15fbd1e9e90f0d639d7283c64ee08f9cd2d0e31 (patch) | |
tree | 22a05bb0416590e85f7d6233d9374425dfcf0489 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 06aaa0e02fa008fe15d2b1873627e067a3c9db7d (diff) | |
download | llvm-f15fbd1e9e90f0d639d7283c64ee08f9cd2d0e31.zip llvm-f15fbd1e9e90f0d639d7283c64ee08f9cd2d0e31.tar.gz llvm-f15fbd1e9e90f0d639d7283c64ee08f9cd2d0e31.tar.bz2 |
[HLSL] Use static create methods to initialize individual resources (#156544)
Use static methods `__createFromBinding` and `__createFromImplicitBinding` to initialize individual resources in Sema
HLSL instead of calling resource constructor with binding information per proposal update https://github.com/llvm/wg-hlsl/pull/336.
Initialization of resources in arrays will be updated in a separate change because that happens in the codegen layer.
Test updates include the use of the `llvm-cxxfilt` tool which takes care of demangling of function names for a more readable test baseline.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions