[Mlir-commits] [mlir] [mlir] Check if the stride tensor is empty. (PR #76428)

Rik Huijzer llvmlistbot at llvm.org
Wed Dec 27 02:25:48 PST 2023


rikhuijzer wrote:

> Possible fix for #74463

Can you see whether you can simplify the bug as much as possible (simplify the reproducer code) and add it to the tests? Without it, the code that this PR changed might be changed by someone else again in the future and then we need to fix it again. Adding a test will ensure that it is fixed and remains fixed.

https://github.com/llvm/llvm-project/pull/76428


More information about the Mlir-commits mailing list