commit | 0b5bf6d98c3b560de2025de418f82be88e4b380d | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Wed Jan 16 10:23:21 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:22:14 2019 -0700 |
tree | cf3507449625bd9989a08a8b5facb6f16cf11a2f | |
parent | 9dd3d25c60d709b0add11892c0898d59743d828c [diff] |
Add attribute matching and transform to pattern rewrites. Start simple with single predicate match & transform rules for attributes. * Its unclear whether modelling Attr predicates will be needed so start with allowing matching attributes with a single predicate. * The input and output attr type often differs and so add ability to specify a transform between the input and output format. PiperOrigin-RevId: 229580879