[clang] [HLSL] Constant buffers codegen (PR #124886)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 15:48:17 PST 2025


https://github.com/bogner commented:

This is looking pretty good, though I have some misgivings about `CommonHLSLTargetCodeGenInfo` and think it might be better to introduce a `HLSLLayoutBuilder` that can be used by targets as necessary instead. If you take that suggestion a couple of my comments become moot.

https://github.com/llvm/llvm-project/pull/124886


More information about the cfe-commits mailing list