Skip to content

Commit 47a9f63

Browse files
author
Lily Orth-Smith
committed
Update comment
1 parent 27a25cd commit 47a9f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Conversion/Passes.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,8 @@ def ConvertVectorToLLVMPass : Pass<"convert-vector-to-llvm"> {
13991399
"Use the preferred alignment of a vector type in load/store "
14001400
"operations instead of the alignment of the element type of the "
14011401
"memref. This flag is intended for use with hardware which requires"
1402-
"vector alignment.">,
1402+
"vector alignment, or in application contexts where it is known all "
1403+
"vector access are naturally aligned. ">,
14031404
Option<"amx", "enable-amx",
14041405
"bool", /*default=*/"false",
14051406
"Enables the use of AMX dialect while lowering the vector "

0 commit comments

Comments
 (0)