Unverified Commit dc4786b4 authored by long.chen's avatar long.chen Committed by GitHub
Browse files

[mlir][affine] remove divide zero check when simplifer affineMap (#64622) (#68519)

When performing constant folding on the affineApplyOp, there is a
division of 0 in the affine map.
[related issue](https://github.com/llvm/llvm-project/issues/64622

)

---------

Co-authored-by: default avatarJavier Setoain <jsetoain@users.noreply.github.com>
parent c093383f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment