MLIR  19.0.0git
List of all members
mlir::transform::ReportTrackingListenerFailuresOpTrait< OpTy > Class Template Reference

TrackingListener failures are reported only for ops that have this trait. More...

#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"

+ Inheritance diagram for mlir::transform::ReportTrackingListenerFailuresOpTrait< OpTy >:

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< OpTy, ReportTrackingListenerFailuresOpTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<typename OpTy>
class mlir::transform::ReportTrackingListenerFailuresOpTrait< OpTy >

TrackingListener failures are reported only for ops that have this trait.

The purpose of this trait is to give users more time to update their custom transform ops to use the provided TransformRewriter for all IR modifications. This trait will eventually be removed, and failures will be reported for all transform ops.

Definition at line 1384 of file TransformInterfaces.h.


The documentation for this class was generated from the following file: