[all-commits] [llvm/llvm-project] 55f254: [mlir][math] Rsqrt math expand pass expects static...

Kai Sasaki via All-commits all-commits at lists.llvm.org
Thu Feb 27 20:37:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55f254726ee1a83a40c14cfc39306071044cc68c
      https://github.com/llvm/llvm-project/commit/55f254726ee1a83a40c14cfc39306071044cc68c
  Author: Kai Sasaki <lewuathe at gmail.com>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
    M mlir/test/Dialect/Math/expand-math.mlir

  Log Message:
  -----------
  [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



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