[Mlir-commits] [mlir] [mlir][cf] fix 'cf.switch' operation description (PR #101319)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jul 31 04:31:09 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
----------------
joker-eph wrote:
If we're going to fix the doc, can we fix `cond_br` above to be consistent as well?
https://github.com/llvm/llvm-project/pull/101319
More information about the Mlir-commits
mailing list