[all-commits] [llvm/llvm-project] 7ccd02: Reland [mlir] Remove uses of LLVM's legacy pass ma...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Apr 11 16:54:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ccd026cf2819ba9f0e89f5100e9363ce5f3bcad
https://github.com/llvm/llvm-project/commit/7ccd026cf2819ba9f0e89f5100e9363ce5f3bcad
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/OptUtils.h
M mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/lib/ExecutionEngine/JitRunner.cpp
M mlir/lib/ExecutionEngine/OptUtils.cpp
M mlir/test/Integration/Dialect/Vector/CPU/test-flat-transpose-col.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-flat-transpose-row.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-matrix-multiply-col.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-matrix-multiply-row.mlir
M mlir/tools/mlir-cpu-runner/mlir-cpu-runner.cpp
M mlir/tools/mlir-spirv-cpu-runner/mlir-spirv-cpu-runner.cpp
M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
Log Message:
-----------
Reland [mlir] Remove uses of LLVM's legacy pass manager
Use the new pass manager.
This also removes the ability to run arbitrary sets of passes. Not sure if this functionality is used, but it doesn't seem to be tested.
No need to initialize passes outside of constructing the PassBuilder with the new pass manager.
Reland: Fixed custom calls to `-lower-matrix-intrinsics` in integration tests by replacing them with `-O0 -enable-matrix`.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D123425
More information about the All-commits
mailing list