bolt/deps/llvm-18.1.8/clang/test/CodeGenHLSL/builtins/create_handle.hlsl
2025-02-14 19:21:04 +01:00

7 lines
226 B
HLSL

// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s
void fn() {
(void)__builtin_hlsl_create_handle(0);
}
// CHECK: call ptr @llvm.dx.create.handle(i8 0)