================ @@ -2064,6 +2064,9 @@ llvm::Value *CodeGenFunction::EmitToMemory(llvm::Value *Value, QualType Ty) { if (Ty->isExtVectorBoolType()) { ---------------- farzonl wrote:
you replaced a bunch of `isExtVectorBoolType()` with `isPackedVectorBoolType`. We are only doing HLSL modifications on the `isExtVectorBoolType()`. But `isExtVectorBoolType` doesn't mean the vector is not packed. Is the Zero extend and truncation to get them into a form that they will unpack? 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