Skip to content

Commit a6defa3

Browse files
committed
Fix clang-format
1 parent f6a187e commit a6defa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,8 @@ bool LegalizeBufferContentTypesVisitor::visitLoadImpl(
915915
}
916916
if (auto *AT = dyn_cast<ArrayType>(PartType)) {
917917
Type *ElemTy = AT->getElementType();
918-
if (!ElemTy->isSingleValueType() ||
919-
!DL.typeSizeEqualsStoreSize(ElemTy) || ElemTy->isVectorTy()) {
918+
if (!ElemTy->isSingleValueType() || !DL.typeSizeEqualsStoreSize(ElemTy) ||
919+
ElemTy->isVectorTy()) {
920920
TypeSize ElemStoreSize = DL.getTypeStoreSize(ElemTy);
921921
bool Changed = false;
922922
for (auto I : llvm::iota_range<uint32_t>(0, AT->getNumElements(),

0 commit comments

Comments
 (0)