[all-commits] [llvm/llvm-project] ad948f: [mlir][vector] Document `ConvertVectorStore` + uni...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Sat Feb 15 12:16:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad948fa028bdfe1f15785aec4477f92ec681637a
https://github.com/llvm/llvm-project/commit/ad948fa028bdfe1f15785aec4477f92ec681637a
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
M mlir/test/Dialect/Vector/vector-emulate-narrow-type-unaligned-non-atomic.mlir
Log Message:
-----------
[mlir][vector] Document `ConvertVectorStore` + unify var names (nfc) (#126422)
1. Documents `ConvertVectorStore`. As the generated output is rather complex, I
have refined the comments + variable names in:
* "vector-emulate-narrow-type-unaligned-non-atomic.mlir",
to serve as reference for this pattern.
2. As a follow-on for #123527, renames `isAlignedEmulation` to `isFullyAligned`
and `numSrcElemsPerDest` to `emulatedPerContainerElem`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list