Skip to content

Commit e859c8e

Browse files
committed
Fix typo in comment
1 parent 6a870c1 commit e859c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct AssumeAlignmentOpLowering
192192
Value ptr = getStridedElementPtr(loc, srcMemRefType, memref, /*indices=*/{},
193193
rewriter);
194194

195-
// Emit llvm.assume(true) "align"(memref, alignment).
195+
// Emit llvm.assume(true) ["align"(memref, alignment)].
196196
// This is more direct than ptrtoint-based checks, is explicitly supported,
197197
// and works with non-integral address spaces.
198198
Value trueCond =

0 commit comments

Comments
 (0)