[Mlir-commits] [mlir] [MLIR] Enable multi-buffer support in loadSourceFileBuffer (PR #187803)
Vinicius Silva
llvmlistbot at llvm.org
Mon Mar 23 04:35:30 PDT 2026
viniciusfdasilva wrote:
> huh whats the usecase for multi buffer tho? I think unless multi buffer is being used to load the source file i dont feel like it needs to be implemented
Actually, this pull request was opened to address a // TODO marked in the code. You can see it [here](https://github.com/llvm/llvm-project/blob/main/mlir/lib/Parser/Parser.cpp#L78).
https://github.com/llvm/llvm-project/pull/187803
More information about the Mlir-commits
mailing list