[clang] [CIR] Upstream func args alloca handling (PR #129167)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 10:03:18 PST 2025
================
@@ -52,6 +52,14 @@ class Address {
elementType);
}
+ Address(mlir::Value pointer, clang::CharUnits alignment)
+ : Address(pointer,
+ mlir::cast<cir::PointerType>(pointer.getType()).getPointee(),
----------------
erichkeane wrote:
Got it, thanks for the clarification! NVM then.
https://github.com/llvm/llvm-project/pull/129167
More information about the cfe-commits
mailing list