[all-commits] [llvm/llvm-project] 469b9c: [mlir][VectorOps] Don't fold extract chains that i...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Fri Oct 6 06:32:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 469b9cbe5a410afc836a22fa75870d37dbf9cecc
https://github.com/llvm/llvm-project/commit/469b9cbe5a410afc836a22fa75870d37dbf9cecc
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][VectorOps] Don't fold extract chains that include dynamic indices (#68333)
This is not yet supported and previously led to a confusing crash where
an extract op with a kDynamic marker, but no dynamic positions was
created. The verifier has also been updated to check for this, and hint
at where the problem is likely to be.
More information about the All-commits
mailing list