commit | 3ae79d98f18574f45eb9c49f9a1a4eb308615b9e | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sun Oct 21 19:03:29 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:34:23 2019 -0700 |
tree | 32f5c841a36b2b83855d07b85e138d69ef15edb6 | |
parent | 42645efad7b1c46827077f35b01548a0cf814b51 [diff] |
Introduce a new PatternRewriter class to help keep the worklist in PatternMatcher clients up to date and provide a funnel point for newly added operations. This is also progress towards the canonicalizer supporting CFGFunctions. This paves the way for more complex patterns, but by itself doesn't do much useful, so no testcase. PiperOrigin-RevId: 218101737