[all-commits] [llvm/llvm-project] 62570b: [mlir][linalg] Fix crash in vectorizer when expand...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Feb 3 00:17:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62570b722fa36fddde0d24bf06a245efadda66f5
https://github.com/llvm/llvm-project/commit/62570b722fa36fddde0d24bf06a245efadda66f5
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Fix crash in vectorizer when expanding affine apply
Fix the insert point when expanding affine apply and handle cases with
symbols. Also add missing precondition to dynamic shape vectorization.
Differential Revision: https://reviews.llvm.org/D143243
More information about the All-commits
mailing list