[clang] [CIR] Upstream ComplexType ImaginaryLiteral (PR #144223)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 16 09:24:33 PDT 2025
================
@@ -176,3 +176,17 @@ void foo7() {
// OGCG: store float %[[TMP_A]], ptr %[[C_REAL_PTR]], align 4
// OGCG: store float 2.000000e+00, ptr %[[C_IMAG_PTR]], align 4
+void foo8() {
----------------
andykaylor wrote:
Can you add a test case for integer types?
https://github.com/llvm/llvm-project/pull/144223
More information about the cfe-commits
mailing list