[Mlir-commits] [mlir] [mlir] Apply rule of five for Pass / OperationPass (PR #80998)

Andrei Golubev llvmlistbot at llvm.org
Tue Feb 13 05:57:11 PST 2024


andrey-golubev wrote:

Updated this patch (by force-pushing) to `= delete` all special member functions except for copy-ctor. The copy-ctor is indeed special as it participates in cloning (e.g. see [this patch](https://reviews.llvm.org/D104302))

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


More information about the Mlir-commits mailing list