[all-commits] [llvm/llvm-project] 1bfdf7: [mlir] [VectorOps] Expose lowering pass options pr...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Jul 8 14:58:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1bfdf7c7e310d69190bbf8c9adcbd853b6b83596
https://github.com/llvm/llvm-project/commit/1bfdf7c7e310d69190bbf8c9adcbd853b6b83596
Author: aartbik <ajcbik at google.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
Log Message:
-----------
[mlir] [VectorOps] Expose lowering pass options programmatically
The ConvertVectorToLLVM pass defines options that can be passed
on the command line (currently only reassociation of FP reductions
through -convert-vector-to-llvm='reassociate-fp-reductions). This
CL enables setting these options programmatically (forward looking
to more options than just reassociation, as well as setting the
values from code rather than command line).
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D83420
More information about the All-commits
mailing list