Skip to content

Commit 7256bc6

Browse files
committed
clang-format
1 parent ec1e1a0 commit 7256bc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,12 +3974,12 @@ bool NVPTXTargetLowering::getTgtMemIntrinsic(
39743974
}
39753975

39763976
case Intrinsic::nvvm_prefetch_tensormap: {
3977-
auto &DL = I.getDataLayout();
3977+
auto &DL = I.getDataLayout();
39783978
Info.opc = ISD::INTRINSIC_VOID;
3979-
Info.memVT = getPointerTy(DL);
3979+
Info.memVT = getPointerTy(DL);
39803980
Info.ptrVal = I.getArgOperand(0);
39813981
Info.offset = 0;
3982-
Info.flags =
3982+
Info.flags =
39833983
MachineMemOperand::MOLoad | MachineMemOperand::MODereferenceable;
39843984
Info.align.reset();
39853985
return true;

llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ bool NVPTXTTIImpl::collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
564564
case Intrinsic::nvvm_isspacep_global:
565565
case Intrinsic::nvvm_isspacep_local:
566566
case Intrinsic::nvvm_isspacep_shared:
567-
case Intrinsic::nvvm_isspacep_shared_cluster:
567+
case Intrinsic::nvvm_isspacep_shared_cluster:
568568
case Intrinsic::nvvm_prefetch_tensormap: {
569569
OpIndexes.push_back(0);
570570
return true;

0 commit comments

Comments
 (0)