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

It's just a coincidence (I didn't look at LLVMIR when I first named this). The 
value IMO is matching a terse mnemonic - I'd vote to keep BrOp for consistency 
(versus BranchOp/"cir.branch").

https://github.com/llvm/llvm-project/pull/130648
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to