Skip to content

Commit 673c1a5

Browse files
committed
remove spirv intrinsic
1 parent 8cc846b commit 673c1a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/IR/IntrinsicsSPIRV.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ def int_spv_rsqrt : DefaultAttrsIntrinsic<[LLVMMatchType<0>], [llvm_anyfloat_ty]
175175
def int_spv_resource_getpointer
176176
: DefaultAttrsIntrinsic<[llvm_anyptr_ty], [llvm_any_ty, llvm_i32_ty],
177177
[IntrNoMem]>;
178-
def int_spv_resource_load_with_status
179-
: DefaultAttrsIntrinsic<[llvm_anyptr_ty], [llvm_any_ty, llvm_i32_ty, llvm_i32_ty],
180-
[IntrNoMem]>;
181178

182179
def int_spv_resource_nonuniformindex
183180
: DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_i32_ty], [IntrNoMem]>;

0 commit comments

Comments
 (0)