[clang] [CIR] Upstream the initial BlockAddressOp implementation (PR #168151)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 15 14:59:53 PST 2025
================
@@ -0,0 +1,76 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
+// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
+
+void A(void) {
+ void *ptr = &&A;
+A:
----------------
Andres-Salamanca wrote:
Done
https://github.com/llvm/llvm-project/pull/168151
More information about the cfe-commits
mailing list