Skip to content

Commit dfb9d83

Browse files
committed
fixup! clang-format/
1 parent d3b19ae commit dfb9d83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23488,7 +23488,8 @@ EVT RISCVTargetLowering::getOptimalMemOpType(const MemOp &Op,
2348823488
// operations emitted here, and that's okay because combining isn't
2348923489
// introducing new memory operations; it's just merging existing ones.
2349023490
// NOTE: We limit to 1024 bytes to avoid creating an invalid MVT.
23491-
const unsigned MinVLenInBytes = std::min(Subtarget.getRealMinVLen()/8, 1024U);
23491+
const unsigned MinVLenInBytes =
23492+
std::min(Subtarget.getRealMinVLen() / 8, 1024U);
2349223493

2349323494
if (Op.size() < MinVLenInBytes)
2349423495
// TODO: Figure out short memops. For the moment, do the default thing

0 commit comments

Comments
 (0)