MLIR
20.0.0git
|
TrackingListener
failures are reported only for ops that have this trait.
More...
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< OpTy, ReportTrackingListenerFailuresOpTrait > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
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 1389 of file TransformInterfaces.h.