[clang] [CIR] Upstream binary assignments and comma (PR #135115)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 10 13:11:05 PDT 2025


================
@@ -219,6 +219,13 @@ void CIRGenFunction::emitStoreOfScalar(mlir::Value value, Address addr,
   assert(!cir::MissingFeatures::opTBAA());
 }
 
+void CIRGenFunction::emitStoreThroughBitfieldLValue(RValue src, LValue dst,
+                                                    mlir::Value &result) {
----------------
andykaylor wrote:

It's odd that the result is returned in via argument here. Do you know why?

https://github.com/llvm/llvm-project/pull/135115


More information about the cfe-commits mailing list