[Mlir-commits] [mlir] [mlir][arith] Only fold splats for static shape result types (PR #93102)
Jakub Kuderski
llvmlistbot at llvm.org
Thu May 23 10:21:07 PDT 2024
https://github.com/kuhar approved this pull request.
Currently the consensus seems to be to disallow these casts (i.e., element type and static -> dynamic) in arith: https://discourse.llvm.org/t/rfc-remove-arith-math-ops-on-tensors/74357/68 .
But I'm fine with this as a stop-gap until that happens.
https://github.com/llvm/llvm-project/pull/93102
More information about the Mlir-commits
mailing list