[clang] [CIR] Upstream initial function call support (PR #134673)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 9 11:13:26 PDT 2025
================
@@ -0,0 +1,17 @@
+// RUN: cir-opt %s | FileCheck %s
+
----------------
bcardosolopes wrote:
Not a review item, more like a general "it will be nice comment": `mlir-opt` has a `--verify-roundtrip` flag, which we should add at some point to `cir-opt` to make such testings even more robust.
https://github.com/llvm/llvm-project/pull/134673
More information about the cfe-commits
mailing list