This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][transform] Rename ApplyPatternsOp.{region => patterns}.
ClosedPublic

Authored by ingomueller-net on Jul 20 2023, 3:17 AM.

Details

Summary

This gives the region a more meaningful name. The topic came up in a
discussion on https://reviews.llvm.org/D155435, where the name region
would have led to a situation where a convenience accessor called
region (after the ODS name) would have returned a Block.

Diff Detail