[mlir][NFC] Move Parser.h to Parser/There is no reason for this file to be at the top-level, andits current placement predates the Parser/ folder's existence.Differential Revision: https://revie
[mlir][NFC] Move Parser.h to Parser/There is no reason for this file to be at the top-level, andits current placement predates the Parser/ folder's existence.Differential Revision: https://reviews.llvm.org/D121024
show more ...
[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceFile<ModuleOp>()`.Mark `parseSourceFile()` deprecated. The functions will be removed two weeks after landing this change.
[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceFile<ModuleOp>()`.Mark `parseSourceFile()` deprecated. The functions will be removed two weeks after landing this change.Reviewed By: rriddleDifferential Revision: https://reviews.llvm.org/D121075
Fix clang-tidy issues in mlir/ (NFC)Reviewed By: ftynseDifferential Revision: https://reviews.llvm.org/D115956
[mlir-reduce] Fix the memory leak and recycle unused modules.Reviewed By: jpienaarDifferential Revision: https://reviews.llvm.org/D105416
[mlir-reduce] Improve diagnostic message and clean build dependencyReviewed By: rriddleDifferential Revision: https://reviews.llvm.org/D104443
[mlir-reduce] Create MlirReduceLibMove the core reducer algorithm into a library so that it'll be easierfor porting to different projects.Depends On D101046Reviewed By: jpienaar, rriddleDiff
[mlir-reduce] Create MlirReduceLibMove the core reducer algorithm into a library so that it'll be easierfor porting to different projects.Depends On D101046Reviewed By: jpienaar, rriddleDifferential Revision: https://reviews.llvm.org/D101607