[mlir][ExecutionEngine] Fix missing return from operator==() in `OwningMemRef` (#179655)

Closes [#91233](https://github.com/llvm/llvm-project/issues/91233)

mlir/include/mlir/ExecutionEngine/MemRefUtils.h:190:No 'return'
statement in non-void function

---------

Co-authored-by: braam-76 <braam67.gamidov@yandex.com>
GitOrigin-RevId: 14e50aa4c53e4ef1c3d3b6c31fd01815a0c1bfb6
3 files changed
tree: 80522b31d8cba28eee02bd7aac9e0d71e1fa95cc
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

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