================
@@ -505,21 +505,38 @@ inline bool isVector1(Type *Ty) {
return FVTy && FVTy->getNumElements() == 1;
}
+// We define this predicate out of line to avoid having to include all OpTypes.
+bool isVectorType(SPIRVTypeInst SPVTy);
----------------
maarquitos14 wrote:Blank line in between. https://github.com/llvm/llvm-project/pull/210279 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
