[llvm] [LV] Teach LoopVectorizationLegality about struct vector calls (PR #119221)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 14:42:23 PST 2024
================
@@ -71,6 +75,18 @@ inline bool isVectorizedTy(Type *Ty) {
return Ty->isVectorTy();
}
+// Returns true if `Ty` is a valid vector element type, void, or an unpacked
----------------
fhahn wrote:
```suggestion
/// Returns true if `Ty` is a valid vector element type, void, or an unpacked
```
and below
https://github.com/llvm/llvm-project/pull/119221
More information about the llvm-commits
mailing list