[Mlir-commits] [mlir] [mlir] Add FileRange location type. (PR #80213)
River Riddle
llvmlistbot at llvm.org
Fri Nov 1 10:01:38 PDT 2024
================
@@ -80,6 +83,50 @@ void writePotentiallySplatString(DialectBytecodeWriter &writer,
writer.writeOwnedString(str);
}
+FileLineColRange getFileLineColRange(MLIRContext *context, StringAttr filename,
----------------
River707 wrote:
```suggestion
static FileLineColRange getFileLineColRange(MLIRContext *context, StringAttr filename,
```
https://github.com/llvm/llvm-project/pull/80213
More information about the Mlir-commits
mailing list