commit | ba8fde7b93d7e69c84f2310eb22c362cbe48042c | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Fri Dec 28 12:02:08 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 14:43:43 2019 -0700 |
tree | 31a1c9badc46f9d1ad0dc9b8109b388d96641402 | |
parent | bf8fa20da8d693b0a6605100d4993e0404c8c922 [diff] |
Add convenience wrapper for operator in tblgen Add convenience wrapper to make it easier to iterate over attributes and operands of operator defined in TableGen file. Use this class in RewriterGen (not used in the op generator yet, will do shortly). Change the RewriterGen to pass the bound arguments explicitly, this is in preparation for multi-op matching. PiperOrigin-RevId: 227156748