This is an archive of the discontinued LLVM Phabricator instance.

[mlir] drop unnecssary transform.with_pdl_patterns from tests, NFC
ClosedPublic

Authored by ftynse on Oct 11 2022, 4:47 AM.

Details

Summary

Many tests wrap the piece of the IR related to the transform dialect
into transform.with_pdl_patterns without actually using PDL patterns
inside. Some of these are leftovers from migration to structured.match
and some others are cargo cult, both are useless and pollute the tests.

Diff Detail

Event Timeline

ftynse created this revision.Oct 11 2022, 4:47 AM
ftynse requested review of this revision.Oct 11 2022, 4:47 AM
guraypp accepted this revision.Oct 11 2022, 4:49 AM

looks good, thanks for doing that

This revision is now accepted and ready to land.Oct 11 2022, 4:49 AM