[all-commits] [llvm/llvm-project] c3e3d5: [mlir][tensor] Fix tensor::PackOp fold() handling ...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Tue Apr 2 13:49:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3e3d59fab8ae8161810c861d78c7b5fcabb1a2e
https://github.com/llvm/llvm-project/commit/c3e3d59fab8ae8161810c861d78c7b5fcabb1a2e
Author: Han-Chung Wang <hanhan0912 at gmail.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/Tensor/canonicalize.mlir
Log Message:
-----------
[mlir][tensor] Fix tensor::PackOp fold() handling of padding value (#87296)
We can't just check if it is a splat constant or not. We should also
check if the value match.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list