[all-commits] [llvm/llvm-project] 8199a4: [mlir][Affine] Add pass options to supervectorizer
Javier Setoain via All-commits
all-commits at lists.llvm.org
Mon Oct 3 02:54:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8199a43a8995d23f8ea95fd97b896d93370b8140
https://github.com/llvm/llvm-project/commit/8199a43a8995d23f8ea95fd97b896d93370b8140
Author: Javier Setoain <javier.setoain at gmail.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Passes.h
M mlir/include/mlir/Dialect/Affine/Passes.td
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
Log Message:
-----------
[mlir][Affine] Add pass options to supervectorizer
The only current options to create a supervectorization pass from an
external dialect is to use `createSuperVectorizePass` with the virtual
vector dimensions as a parameter, but the pass accepts other parameters.
This patch enables external users to create a supervectorizer pass
exposing all available option.
Differential Revision: https://reviews.llvm.org/D134632
More information about the All-commits
mailing list