diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2022-04-12 16:24:37 -0500 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2022-04-15 14:56:09 -0500 |
commit | 0d7f81e31315f8cda56ce6fde5ff5145e0325c51 (patch) | |
tree | 9e83b1e46f49cf9b70a444bd42b5fdc9b4e77e52 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | bd72acf4d87265bc85ec6ddd1a41c5a07a926f68 (diff) | |
download | llvm-0d7f81e31315f8cda56ce6fde5ff5145e0325c51.zip llvm-0d7f81e31315f8cda56ce6fde5ff5145e0325c51.tar.gz llvm-0d7f81e31315f8cda56ce6fde5ff5145e0325c51.tar.bz2 |
[Attributor] CGSCC pass should not recompute results outside the SCC
When we run the CGSCC pass we should only invest time on the SCC. We can
initialize AAs with information from the module slice but we should not
update those AAs.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions