Skip to content

Commit d63c924

Browse files
committed
[CMPLRLLVM-63532] Refactor formatting in translateESIMDIntrinsicCall for improved readability
1 parent 0740653 commit d63c924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,9 +1575,9 @@ static void translateESIMDIntrinsicCall(CallInst &CI) {
15751575
IRBuilder<> Builder(&CI);
15761576

15771577
NewInst = Builder.CreateStore(
1578-
NewCI,
1579-
Builder.CreateBitCast(CastInstruction->getPointerOperand(),
1580-
llvm::PointerType::getUnqual(NewCI->getContext())));
1578+
NewCI, Builder.CreateBitCast(
1579+
CastInstruction->getPointerOperand(),
1580+
llvm::PointerType::getUnqual(NewCI->getContext())));
15811581
} else {
15821582
NewInst = addCastInstIfNeeded(&CI, NewCI);
15831583
}

0 commit comments

Comments
 (0)