[clang] [CIR] Upstream the initial BlockAddressOp implementation (PR #168151)
Henrich Lauko via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 16 01:22:09 PST 2025
================
@@ -0,0 +1,21 @@
+// RUN: cir-opt %s -verify-diagnostics -split-input-file --verify-roundtrip
----------------
xlauko wrote:
nit: sorry no roundgtrip here, as there is nothing to roundtrip since we error out on parsing.
```suggestion
// RUN: cir-opt %s -verify-diagnostics -split-input-file
```
https://github.com/llvm/llvm-project/pull/168151
More information about the cfe-commits
mailing list