https://github.com/andykaylor created
https://github.com/llvm/llvm-project/pull/134928
Previous implementations that used the cir::LValue class omitted hanling of the
LValueBaseInfo class, which tracks information about the basis for the LValue's
alignment. As more code was upstreamed from the
https://github.com/andykaylor closed
https://github.com/llvm/llvm-project/pull/134928
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/andykaylor updated
https://github.com/llvm/llvm-project/pull/134928
>From e9b227dac39b962f62cf111db6898a3a66ee70aa Mon Sep 17 00:00:00 2001
From: Andy Kaylor
Date: Tue, 8 Apr 2025 10:03:08 -0700
Subject: [PATCH] [CIR][NFC] Upstream LValueBaseInfo handling
Previous implementa
https://github.com/bcardosolopes approved this pull request.
Ship it!
https://github.com/llvm/llvm-project/pull/134928
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -27,7 +27,8 @@ using namespace cir;
/// Given an expression of pointer type, try to
/// derive a more accurate bound on the alignment of the pointer.
-Address CIRGenFunction::emitPointerWithAlignment(const Expr *expr) {
+Address CIRGenFunction::emitPointerWithAlignment(cons
@@ -27,7 +27,8 @@ using namespace cir;
/// Given an expression of pointer type, try to
/// derive a more accurate bound on the alignment of the pointer.
-Address CIRGenFunction::emitPointerWithAlignment(const Expr *expr) {
+Address CIRGenFunction::emitPointerWithAlignment(cons
@@ -27,7 +27,8 @@ using namespace cir;
/// Given an expression of pointer type, try to
/// derive a more accurate bound on the alignment of the pointer.
-Address CIRGenFunction::emitPointerWithAlignment(const Expr *expr) {
+Address CIRGenFunction::emitPointerWithAlignment(cons
https://github.com/erichkeane commented:
I don't have any concerns with this, but would like the rest of the group to
review/approve this.
https://github.com/llvm/llvm-project/pull/134928
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https
llvmbot wrote:
@llvm/pr-subscribers-clangir
@llvm/pr-subscribers-clang
Author: Andy Kaylor (andykaylor)
Changes
Previous implementations that used the cir::LValue class omitted hanling of the
LValueBaseInfo class, which tracks information about the basis for the LValue's
alignment. As mo