================
@@ -550,7 +576,7 @@ void 
AggExprEmitter::emitNullInitializationToLValue(mlir::Location loc,
       return;
     }
 
-    cgf.cgm.errorNYI("emitStoreThroughBitfieldLValue");
+    cgf.emitStoreThroughBitfieldLValue(RValue::get(null), lv);
----------------
AmrDeveloper wrote:

I removed the bit field for now because actually i need only the other part for 
a follow up PR :D

https://github.com/llvm/llvm-project/pull/164172
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to