Unverified Commit 97829935 authored by Kai Sasaki's avatar Kai Sasaki Committed by GitHub
Browse files

[mlir][affine] Check the input vector sizes to be greater than 0 (#65293)

In the process of vectorization of the affine loop, the 0 vector size
causes the crash with building the invalid AffineForOp. We can catch the
case beforehand propagating to the assertion.

See: https://github.com/llvm/llvm-project/issues/64262
parent f0505c3d
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