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 0740653 commit d63c924Copy full SHA for d63c924
llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp
@@ -1575,9 +1575,9 @@ static void translateESIMDIntrinsicCall(CallInst &CI) {
1575
IRBuilder<> Builder(&CI);
1576
1577
NewInst = Builder.CreateStore(
1578
- NewCI,
1579
- Builder.CreateBitCast(CastInstruction->getPointerOperand(),
1580
- llvm::PointerType::getUnqual(NewCI->getContext())));
+ NewCI, Builder.CreateBitCast(
+ CastInstruction->getPointerOperand(),
+ llvm::PointerType::getUnqual(NewCI->getContext())));
1581
} else {
1582
NewInst = addCastInstIfNeeded(&CI, NewCI);
1583
}
0 commit comments