[clang] [CIR] Fold ComplexRealOp from ComplexCreateOp (PR #147592)

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 9 00:48:28 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: cir-opt %s -cir-canonicalize -o - | FileCheck %s
+// RUN: cir-opt %s -cir-canonicalize  -o - -split-input-file | FileCheck %s
----------------
xlauko wrote:

```suggestion
// RUN: cir-opt %s -cir-canonicalize -o - -split-input-file | FileCheck %s
```

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


More information about the cfe-commits mailing list