[clang] [CIR] Upstream minimal support for structure types (PR #135105)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 10 12:17:43 PDT 2025


================
@@ -0,0 +1,9 @@
+// RUN: cir-opt %s | FileCheck %s
+
+!s32i = !cir.int<s, 32>
----------------
andykaylor wrote:

Oops! That was a copy-paste error.

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


More information about the cfe-commits mailing list