[Mlir-commits] [mlir] [mlir][tensor] Fix `tensor.pad` to remote newly static values (PR #79938)
Rob Suderman
llvmlistbot at llvm.org
Mon Jan 29 19:32:13 PST 2024
================
@@ -3158,19 +3158,23 @@ struct FoldStaticPadding : public OpRewritePattern<PadOp> {
// Extract the static info from the high and low operands.
SmallVector<int64_t> constOperandsLow;
+ llvm::SmallVector<Value> newLows;
----------------
rsuderman wrote:
Done.
https://github.com/llvm/llvm-project/pull/79938
More information about the Mlir-commits
mailing list