aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-21 16:48:05 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-28 18:48:33 +0200
commite0e5c644607ad71888c1df0fdbf3331d0fc2559f (patch)
treec9912a45d656df711afbf2578bc1044fd26d5a56 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent15b6730f078329b3103a7a0476bc2227df214f4a (diff)
downloadllvm-e0e5c644607ad71888c1df0fdbf3331d0fc2559f.zip
llvm-e0e5c644607ad71888c1df0fdbf3331d0fc2559f.tar.gz
llvm-e0e5c644607ad71888c1df0fdbf3331d0fc2559f.tar.bz2
[SDAG] Don't require LazyBlockFrequencyInfo at optnone
While LazyBlockFrequencyInfo itself is lazy, the dominator tree and loop info analyses it requires are not. Drop the dependency on this pass in SelectionDAGIsel at O0. This makes for a ~0.6% O0 compile-time improvement. Differential Revision: https://reviews.llvm.org/D80387
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions