Skip to content

Commit a6593b0

Browse files
committed
Fix formatting after rebase
1 parent 3c67d3a commit a6593b0

File tree

1 file changed

+4
-4
lines changed
  • mlir/include/mlir/Conversion/LLVMCommon

1 file changed

+4
-4
lines changed

mlir/include/mlir/Conversion/LLVMCommon/Pattern.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Value composeValue(OpBuilder &builder, Location loc, ValueRange src,
7474
/// memory pointed to by `memRefDesc`, using the layout map of `type`.
7575
/// The indices are linearized as:
7676
/// `base_offset + index_0 * stride_0 + ... + index_n * stride_n`.
77-
Value getStridedElementPtr(OpBuilder &builder, Location loc,
78-
const LLVMTypeConverter &converter, MemRefType type,
79-
Value memRefDesc, ValueRange indices,
80-
LLVM::GEPNoWrapFlags noWrapFlags = LLVM::GEPNoWrapFlags::none);
77+
Value getStridedElementPtr(
78+
OpBuilder &builder, Location loc, const LLVMTypeConverter &converter,
79+
MemRefType type, Value memRefDesc, ValueRange indices,
80+
LLVM::GEPNoWrapFlags noWrapFlags = LLVM::GEPNoWrapFlags::none);
8181
} // namespace LLVM
8282

8383
/// Base class for operation conversions targeting the LLVM IR dialect. It

0 commit comments

Comments
 (0)