================
@@ -410,6 +410,12 @@ VectorType::VectorType(TypeClass tc, QualType vecType, 
unsigned nElements,
   VectorTypeBits.NumElements = nElements;
 }
 
+bool Type::isPackedVectorBoolType(const ASTContext &ctx) const {
+  if (ctx.getLangOpts().HLSL)
----------------
spall wrote:

The code to state that a bool vector should be a vector of i32s isn't 
accessible here. 

https://github.com/llvm/llvm-project/pull/123977
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to