[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 15:24:32 PDT 2024
================
@@ -3825,6 +3862,41 @@ inline bool isUniformAfterVectorization(const VPValue *VPV) {
/// Return true if \p V is a header mask in \p Plan.
bool isHeaderMask(const VPValue *V, VPlan &Plan);
+
+/// Checks if \p C is uniform across all VF lanes and UF parts. It is considered
----------------
ayalz wrote:
```suggestion
/// Checks if \p V is uniform across all VF lanes and UF parts. It is considered
```
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list