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

Andrey Timonin llvmlistbot at llvm.org
Wed Jul 31 04:52:41 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:

For sure. Should I fix the `cond_br` description and reopen PR? Moreover, the `assert` operation description must be fixed too.

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


More information about the Mlir-commits mailing list