[Mlir-commits] [mlir] [MLIR] Add support for frame pointers in MLIR (PR #72145)
Markus Böck
llvmlistbot at llvm.org
Mon Nov 13 13:53:41 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
----------------
zero9178 wrote:
Seems there's an editor artifact here :)
https://github.com/llvm/llvm-project/pull/72145
More information about the Mlir-commits
mailing list