[Mlir-commits] [mlir] [MLIR] Add support for frame pointers in MLIR (PR #72145)
Tobias Gysi
llvmlistbot at llvm.org
Wed Nov 15 08:18:29 PST 2023
================
@@ -2309,7 +2309,7 @@ ParseResult LLVMFuncOp::parse(OpAsmParser &parser, OperationState &result) {
IntegerAttr::get(intTy, minRange),
IntegerAttr::get(intTy, maxRange)));
}
- // Parse the optional comdat selector.
+ // Parse the optional comdat selector.:q
----------------
gysit wrote:
```suggestion
// Parse the optional comdat selector.
```
That vim artifact seems to be quite sticky :).
https://github.com/llvm/llvm-project/pull/72145
More information about the Mlir-commits
mailing list