repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenHLSL
/
builtins
/
create_handle.hlsl
blob
61226c2b54e7264fef96d543f1c0613b8916a645
1
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s
2
3
void fn() {
4
(void)__builtin_hlsl_create_handle(0);
5
}
6
7
// CHECK: call ptr @llvm.dx.create.handle(i8 0)