[all-commits] [llvm/llvm-project] 0dc66b: [MLIR] Change call sites from deprecated `parseSou...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Sun Mar 6 21:50:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dc66b76fe4c33843755ade391b85ffda0742aeb
https://github.com/llvm/llvm-project/commit/0dc66b76fe4c33843755ade391b85ffda0742aeb
Author: Christian Sigg <csigg at google.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M mlir/examples/toy/Ch2/toyc.cpp
M mlir/examples/toy/Ch3/toyc.cpp
M mlir/examples/toy/Ch4/toyc.cpp
M mlir/examples/toy/Ch5/toyc.cpp
M mlir/examples/toy/Ch6/toyc.cpp
M mlir/examples/toy/Ch7/toyc.cpp
M mlir/include/mlir/Parser.h
M mlir/lib/ExecutionEngine/JitRunner.cpp
M mlir/lib/Support/MlirOptMain.cpp
M mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
M mlir/lib/Translation/Translation.cpp
Log Message:
-----------
[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: rriddle
Differential Revision: https://reviews.llvm.org/D121075
More information about the All-commits
mailing list