Skip to content

Commit fa8612d

Browse files
committed
Remove case using reverted function
1 parent e620f1f commit fa8612d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm-spirv/lib/SPIRV/SPIRVWriter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6840,10 +6840,6 @@ LLVMToSPIRVBase::transBuiltinToInstWithoutDecoration(Op OC, CallInst *CI,
68406840
transValue(CI->getArgOperand(2), BB), BB);
68416841
return BM->addStoreInst(transValue(CI->getArgOperand(0), BB), V, {}, BB);
68426842
}
6843-
case OpCooperativeMatrixLengthKHR: {
6844-
return BM->addCooperativeMatrixLengthKHRInst(
6845-
transScavengedType(CI), transType(CI->getArgOperand(0)->getType()), BB);
6846-
}
68476843
case OpGroupNonUniformShuffle:
68486844
case OpGroupNonUniformShuffleDown:
68496845
case OpGroupNonUniformShuffleUp:

0 commit comments

Comments
 (0)