We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c718763 commit 9a70f06Copy full SHA for 9a70f06
llvm/include/llvm/IR/IntrinsicsDirectX.td
@@ -33,7 +33,7 @@ def int_dx_resource_handlefrombinding
33
def int_dx_resource_handlefromimplicitbinding
34
: DefaultAttrsIntrinsic<
35
[llvm_any_ty],
36
- [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty],
+ [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i1_ty],
37
[IntrNoMem]>;
38
39
def int_dx_resource_getpointer
0 commit comments