Files
clang-p2996/mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
Kai Sasaki 55f254726e [mlir][math] Rsqrt math expand pass expects static shaped operand (#129006)
Similar to the issue reported in

https://github.com/llvm/llvm-project/pull/128299#pullrequestreview-2636142506,
ExpandMath pattern for rsqrt expects the static shaped operands.
Otherwise, it crashes due to the assertion violation.

See: https://github.com/llvm/llvm-project/pull/128299
2025-02-28 13:37:06 +09:00

29 KiB