summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-01 22:27:19 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-01 22:27:19 +0000
commit6e1009b65e985412267d5e263a99afbcdd5ae936 (patch)
treed29878235a592736142d339b6a6742b21da270e9 /clang/lib/CodeGen/ModuleBuilder.cpp
parent3516669a50bb64ee7d27c0bbc00b2439477071bf (diff)
downloadbcm5719-llvm-6e1009b65e985412267d5e263a99afbcdd5ae936.tar.gz
bcm5719-llvm-6e1009b65e985412267d5e263a99afbcdd5ae936.zip
UseListOrder: Fix blockaddress use-list order
`parseBitcodeFile()` uses the generic `getLazyBitcodeFile()` function as a helper. Since `parseBitcodeFile()` isn't actually lazy -- it calls `MaterializeAllPermanently()` -- bypass the unnecessary call to `materializeForwardReferencedFunctions()` by extracting out a common helper function. This removes the last of the use-list churn caused by blockaddresses. This highlights that we can't reproduce use-list order of globals and constants when parsing lazily -- but that's necessarily out of scope. When we're parsing lazily, we never have all the functions in memory, so the use-lists of globals (and constants that reference globals) are always incomplete. This is part of PR5680. llvm-svn: 214581
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud