llvm-project
7fa57cd4 - [MLIR] Add move constructor to BytecodeWriterConfig (#126130)

Commit
1 year ago
[MLIR] Add move constructor to BytecodeWriterConfig (#126130) The config is currently not movable and because there are constructors the default move won't be generated, which prevents it from being moved. Also, it is not copyable because of the unique_ptr. This PR adds move constructor to allow moving it.
Author
Parents
Loading