[clang] [CIR] Implemented get/set for volatile bitfields (PR #151875)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 4 13:01:21 PDT 2025
================
@@ -322,22 +322,27 @@ void CIRGenFunction::emitStoreOfScalar(mlir::Value value, Address addr,
assert(!cir::MissingFeatures::opTBAA());
}
+/// Helper method to check if the underlying ABI is AAPCS
+static bool isAAPCS(const TargetInfo &targetInfo) {
----------------
Andres-Salamanca wrote:
Done
https://github.com/llvm/llvm-project/pull/151875
More information about the cfe-commits
mailing list