Issue 91233
Summary mlir/include/mlir/ExecutionEngine/MemRefUtils.h:190:No 'return' statement in non-void function
Labels mlir:core, code-quality, mlir:execution-engine, skip-precommit-approval
Assignees
Reporter dcb314
    Source code is

  OwningMemRef &operator=(const OwningMemRef &&other) {
 freeFunc = other.freeFunc;
    descriptor = other.descriptor;
 other.freeFunc = nullptr;
    memset(&other.descriptor, 0, sizeof(other.descriptor));
  }

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to