https://github.com/damyanp approved this pull request.
https://github.com/llvm/llvm-project/pull/97362
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
damyanp wrote:
I see many places where extra cases have been added for the intangible types
but no corresponding tests. Is that ok? How did you know to update these
places?
I also don't see anywhere that actually successfully uses
`__builtin_hlsl_resource_t`. Am I missing it, or should I no
@@ -115,6 +116,18 @@ GlobalVariable *replaceBuffer(CGHLSLRuntime::Buffer &Buf) {
} // namespace
+llvm::Type *CGHLSLRuntime::convertHLSLSpecificType(const Type *T) {
+ assert(T->isHLSLSpecificType() && "Not an HLSL specific type!");
+
+ // Check if the target has a specific