[clang] [llvm] [HLSL][SPIR-V] Add hlsl_private address space for SPIR-V (PR #133464)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 12:13:59 PDT 2025
https://github.com/s-perron commented:
Please add more AST tests. You seem to only have one, which is the static in a cbuffer.
I believe all of the AST work should be correct at this point. Can you test global scalars, global struct with member functions, etc.. Make the sure AST is correct in those cases.
Also, we could do some of the same tests to check the codegen when optmizations are disabled. Then we can add and test the fix up pass later.
https://github.com/llvm/llvm-project/pull/133464
More information about the llvm-commits
mailing list