summaryrefslogtreecommitdiffstats
path: root/llvm/.clang-format
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-21 02:11:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-21 02:11:31 +0000
commit851a2aa0e0285029bd8892a1056411ebb6ac3af9 (patch)
treef6783af74c23071d7559bf9892dd22f3a5f7125d /llvm/.clang-format
parente934d7c9f5165671f1715ed490c1c66bb8588922 (diff)
downloadbcm5719-llvm-851a2aa0e0285029bd8892a1056411ebb6ac3af9.tar.gz
bcm5719-llvm-851a2aa0e0285029bd8892a1056411ebb6ac3af9.zip
[PM] Add a module analysis pass proxy for the function analysis manager.
This proxy will fill the role of proxying invalidation events down IR unit layers so that when a module changes we correctly invalidate function analyses. Currently this is a very coarse solution -- any change blows away the entire thing -- but the next step is to make invalidation handling more nuanced so that we can propagate specific amounts of invalidation from one layer to the next. The test is extended to place a module pass between two function pass managers each of which have preserved function analyses which get correctly invalidated by the module pass that might have changed what functions are even in the module. llvm-svn: 195304
Diffstat (limited to 'llvm/.clang-format')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud