[Mlir-commits] [mlir] [mlir] Attempt to resolve edge cases in PassPipeline textual format (PR #118877)
River Riddle
llvmlistbot at llvm.org
Mon Dec 16 00:15:39 PST 2024
================
@@ -186,6 +186,27 @@ const PassPipelineInfo *mlir::PassPipelineInfo::lookup(StringRef pipelineArg) {
// PassOptions
//===----------------------------------------------------------------------===//
+static size_t findChar(StringRef str, size_t index, char c) {
----------------
River707 wrote:
Can you write a doc comment for this function?
https://github.com/llvm/llvm-project/pull/118877
More information about the Mlir-commits
mailing list