[mlir] Fix bufferization.alloc_tensor canonicalization crash (#70891)
This make sure that an invalid negative dimension is ignored and stays dynamic instead of crashing the compiler. Fixes #70887
Loading
Please sign in to comment
This make sure that an invalid negative dimension is ignored and stays dynamic instead of crashing the compiler. Fixes #70887