[Mlir-commits] [mlir] [mlir][cf] fix 'cf.switch' operation description (PR #101319)

Andrey Timonin llvmlistbot at llvm.org
Wed Jul 31 05:02:53 PDT 2024


================
@@ -233,7 +233,7 @@ def SwitchOp : CF_Op<"switch",
      Pure, Terminator]> {
   let summary = "switch operation";
   let description = [{
-    The `switch` terminator operation represents a switch on a signless integer
+    The `cf.switch` terminator operation represents a switch on a signless integer
----------------
EtoAndruwa wrote:

Fixed `assert` and `cond_br` descriptions.

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


More information about the Mlir-commits mailing list