commit | d4fd6fbd648f01a5264eb03046aed871843197ab | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Thu Oct 25 13:59:51 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:39:06 2019 -0700 |
tree | a21da4240f67fe916d11662a91c7237788f74060 | |
parent | 2fab4346a18b29d134120d37bfa54fa7e274430b [diff] |
Move transform utilities out to their own TransformUtils library, instead of just having the pattern matcher in its own library. At this point, lib/Transforms/*.cpp are all actually passes themselves (and will probably eventually be themselves move to a new subdirectory as we accrete more). PiperOrigin-RevId: 218745193