[clang] [CIR] Upstream initial support for CIR flattening (PR #130648)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 10 11:15:29 PDT 2025


================
@@ -428,6 +428,46 @@ def ScopeOp : CIR_Op<"scope", [
   ];
 }
 
+//===----------------------------------------------------------------------===//
+// BrOp
+//===----------------------------------------------------------------------===//
+
+def BrOp : CIR_Op<"br",
----------------
erichkeane wrote:

I realize we're shortening 'Branch' to 'Br' because LLVM-IR does, but oof is this an unreadable name.  Is there value here to being terse?

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


More information about the cfe-commits mailing list