[all-commits] [llvm/llvm-project] f11e07: [mlir] Use the same pipeline tuning options as cla...
Denys Shabalin via All-commits
all-commits at lists.llvm.org
Wed Nov 2 07:07:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f11e07416a011ced399e1ec75b3267249e5c9adb
https://github.com/llvm/llvm-project/commit/f11e07416a011ced399e1ec75b3267249e5c9adb
Author: Denys Shabalin <shabalin at google.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M mlir/lib/ExecutionEngine/OptUtils.cpp
Log Message:
-----------
[mlir] Use the same pipeline tuning options as clang for execution engine
This change make sure that ExecutionEngine's pass pipeline is identical to one
used by clang. Previously, SLPVectorization was not enabled which caused
differences in code...
...generation.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D137248
More information about the All-commits
mailing list