================
@@ -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 not packed. Is the Zero 
extend and truncation to get them into a form that they will become packed?

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