[clang] [CIR] Handle FunctionToPointerDecay casts (#153657) (PR #154060)

Justin Riddell via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 20 19:00:50 PDT 2025


================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s
----------------
Arghnews wrote:

Thanks for the suggestion, rebased and it works now

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


More information about the cfe-commits mailing list