Skip to content

Commit c3fe999

Browse files
committed
Address code review feedback.
1 parent 54128bb commit c3fe999

File tree

4 files changed

+2766
-1198
lines changed

4 files changed

+2766
-1198
lines changed

llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ static bool buildExtendedBitOpsInst(const SPIRV::IncomingCall *Call,
10051005
if (Call->isSpirvOp())
10061006
return buildOpFromWrapper(MIRBuilder, Opcode, Call, Register(0));
10071007

1008-
// Generate the instruction.
10091008
auto MIB = MIRBuilder.buildInstr(Opcode)
10101009
.addDef(Call->ReturnRegister)
10111010
.addUse(GR->getSPIRVTypeID(Call->ReturnType));

0 commit comments

Comments
 (0)