When an operand of Tensor::GenerateOp is less than 1 during the canonicalization
process, it triggers an assertion failure related to 'invalid tensor dimension size'
at RankedTensorType::get(..). This assertion failure occurs when the dimension is
less than 1 but not equal to the value of DynamicDim.
This patch resolves the issue reported in https://github.com/llvm/llvm-project/issues/59703.
Details
Details
- Reviewers
nicolasvasilache silvas pifon2a rriddle
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo