[mlir][Math] Support fold PowFOp with constant dense.
This patch adds a conditional binary constant folder which allow to exit when the constants not meet the fold condition. And use it for PowFOp to make it able to fold the constant dense. Differential Revision: https://reviews.llvm.org/D129108
Loading
Please sign in to comment