[Mlir-commits] [mlir] [mlir] [tensor] Crash in getPackOpResultTypeShape for tensor.pack/unpack ops. (PR #90641)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 1 17:15:48 PDT 2024


https://github.com/MaheshRavishankar requested changes to this pull request.

Thanks for the fix. The issue is at the call site though. The `ArrayRef` indicates a "reference argument" so this seems to be an error in how the function is called. Do you have more information on that?

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


More information about the Mlir-commits mailing list