Skip to content

Commit 91cff1b

Browse files
remove spirv lowering
1 parent 69e0e24 commit 91cff1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,8 +2569,6 @@ bool SPIRVInstructionSelector::selectIntrinsic(Register ResVReg,
25692569
}
25702570
case Intrinsic::spv_wave_readlane:
25712571
return selectWaveReadLaneAt(ResVReg, ResType, I);
2572-
case Intrinsic::spv_splitdouble:
2573-
return selectSplitdouble(ResVReg, ResType, I);
25742572
case Intrinsic::spv_step:
25752573
return selectExtInst(ResVReg, ResType, I, CL::step, GL::Step);
25762574
case Intrinsic::spv_radians:

0 commit comments

Comments
 (0)