You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define all special member functions for mlir::Pass, mlir::OperationPass
and PassGen types since mlir::Pass already provides a custom copy-ctor.
Given the nature of the types, however, mark other special member
functions deleted: the semantics of a Pass type object seems to be that
it is only ever created by being wrapped in a smart pointer.
The copy-ctor is special since this is the "delegating" ctor for derived
pass types to use during cloning.
Co-authored-by: Asya Pronina <[email protected]>
Co-authored-by: Harald Rotuna <[email protected]>
0 commit comments