[Mlir-commits] [mlir] [mlir] Add FileRange location type. (PR #80213)

River Riddle llvmlistbot at llvm.org
Fri Nov 1 10:01:37 PDT 2024


================
@@ -80,6 +83,50 @@ void writePotentiallySplatString(DialectBytecodeWriter &writer,
     writer.writeOwnedString(str);
 }
 
+FileLineColRange getFileLineColRange(MLIRContext *context, StringAttr filename,
----------------
River707 wrote:

Same below (and the method above it seems)

https://github.com/llvm/llvm-project/pull/80213


More information about the Mlir-commits mailing list