Skip to content

Commit fdfc873

Browse files
committed
[mlir] Document alignment priority in option description.
1 parent 746412a commit fdfc873

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/include/mlir/Conversion/Passes.td

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,9 @@ def ConvertVectorToLLVMPass : Pass<"convert-vector-to-llvm"> {
14541454
"operations instead of the alignment of the element type of the "
14551455
"memref. This flag is intended for use with hardware which requires"
14561456
"vector alignment, or in application contexts where it is known all "
1457-
"vector access are naturally aligned. ">,
1457+
"vector access are naturally aligned. If operations have an "
1458+
"alignment attribute set, the alignment attribute takes priority "
1459+
"over this option ">,
14581460
Option<"amx", "enable-amx",
14591461
"bool", /*default=*/"false",
14601462
"Enables the use of AMX dialect while lowering the vector "

0 commit comments

Comments
 (0)