================
@@ -761,6 +761,10 @@ bool ConstStructBuilder::Build(const InitListExpr *ILE, 
bool AllowOverwrite) {
       if (Field->hasAttr<NoUniqueAddressAttr>())
         AllowOverwrite = true;
     } else {
+      llvm::Type *LoadType = CGM.getTypes().convertTypeForLoadStore(
----------------
Fznamznon wrote:

In `ConstantEmitter::emitForMemory` we now split constant into individual bytes 
if the target type is a long `_BitInt`. However after an integer constant 
expected by `AppendBitField`, so this just folds individual bytes back to an 
integer. 

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

Reply via email to