This is an archive of the discontinued LLVM Phabricator instance.

[mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewrite methods
ClosedPublic

Authored by rriddle on Sep 23 2021, 12:53 PM.

Details

Summary

This commits updates the remaining usages of the ArrayRef<Value> based
matchAndRewrite/rewrite methods in favor of the new OpAdaptor
overload.

Depends On D110293

Diff Detail