diff options
author | Helena Kotas <hekotas@microsoft.com> | 2024-09-04 16:03:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 16:03:13 -0700 |
commit | 9efe377307694be0c92f7cb3b02fd1d090fdbeb8 (patch) | |
tree | d7dc3e2f0f4993a797084a9c89eafa4cbdac0b9f /llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | |
parent | 950bb68516eb564c29815997450bdb6516ffdcec (diff) | |
download | llvm-9efe377307694be0c92f7cb3b02fd1d090fdbeb8.zip llvm-9efe377307694be0c92f7cb3b02fd1d090fdbeb8.tar.gz llvm-9efe377307694be0c92f7cb3b02fd1d090fdbeb8.tar.bz2 |
[HLSL] Implement '__builtin_hlsl_is_intangible' type trait (#104544)
Implements `__builtin_hlsl_is_intangible` type trait.
HLSL intangible types are special implementation-defined types such as
resource handles or samplers. Any class that is an array of intangible
type or contains base class or members of intangible types is also an
intangible type.
Fixes #[102954](https://github.com/llvm/llvm-project/issues/102954)
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp')
0 files changed, 0 insertions, 0 deletions