commit | 6f5770b10f85958b53d9638c560c0e918a8ad239 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Sat Feb 13 23:32:00 2016 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Sat Feb 13 23:32:00 2016 +0000 |
tree | 475458a1539b5c9f96debef8481724b2dc32ea6f | |
parent | 3f7f883e060923a0844971e0a8a16e459ef9e099 [diff] |
[PM/AA] Actually wire the AAManager I built for the new pass manager into the new pass manager and fix the latent bugs there. This lets everything live together nicely, but it isn't really useful yet. I never finished wiring the AA layer up for the new pass manager, and so subsequent patches will change this to do that wiring and get AA stuff more fully integrated into the new pass manager. Turns out this is necessary even to get functionattrs ported over. =] llvm-svn: 260836