Kai Sasaki befa037c13
[mlir][affine] Guard invalid dim attribute in the test-reify-bound pass (#129013)
Computing the bound of affine op
(ValueBoundsConstraintSet::computeBound) crashes due to the invalid dim
value given to the op. It is necessary for the pass to check the dim
attribute not to be greater than the rank of the input type.

Fixes https://github.com/llvm/llvm-project/issues/128807
2025-03-14 08:09:01 +09:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.