Skip to content

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

Open
@dcb314

Description

@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));
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions