commit | 3a467ccb591474652fd88323c5b0a57845b595d8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sun Jul 01 20:28:00 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:27:44 2019 -0700 |
tree | 1dfb8fe044c0c833144994cb654c980d58e23ecf | |
parent | f958bbeb28d13e3159898dfd2d7dfe28f767b777 [diff] |
Improve management of instructions and basic blocks by having their inclusion in a container automatically maintain their parent pointers, and change storage from std::vector to the proper llvm::iplist type. PiperOrigin-RevId: 202889037