================
@@ -2781,6 +2756,10 @@ void CodeGenFunction::EmitStoreThroughLValue(RValue Src,
LValue Dst,
Builder.getInt1Ty(), IRStoreTy->getPrimitiveSizeInBits());
Vec = Builder.CreateBitCast(Vec, IRVecTy);
// iN --> <N x i1>.
+
+ if(SrcVal->getType() != Builder.getInt1Ty())
+ SrcVal = Builder.CreateTrunc(SrcVal,Builder.getInt1Ty());
+ }
----------------
AaronBallman wrote:
Stray `}` which precommit CI found as a build error.
https://github.com/llvm/llvm-project/pull/189305
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits