[all-commits] [llvm/llvm-project] 3ff870: [mlir][arith] Add narrowing patterns for other ins...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon May 1 11:30:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ff870881f5f0d3d08753efd558ac5f05d04a574
https://github.com/llvm/llvm-project/commit/3ff870881f5f0d3d08753efd558ac5f05d04a574
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M mlir/lib/Dialect/Arith/Transforms/IntNarrowing.cpp
M mlir/test/Dialect/Arith/int-narrowing.mlir
Log Message:
-----------
[mlir][arith] Add narrowing patterns for other insertion ops
Allow to commute extension ops over `vector.insertelement` and
`vector.insert_strided_slice`.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D149509
More information about the All-commits
mailing list