aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2015-06-11 07:50:21 +0000
committerArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2015-06-11 07:50:21 +0000
commitaf37ad19a9467e1eecd98e8f4c2ab9b94451bd19 (patch)
tree1382d59a3efbbd335a30c9a51d3c495ddf38af1d /clang/lib/CodeGen/CodeGenModule.cpp
parent5965680d533900065a4f4b14d8ea5f025bb44ce3 (diff)
downloadllvm-af37ad19a9467e1eecd98e8f4c2ab9b94451bd19.zip
llvm-af37ad19a9467e1eecd98e8f4c2ab9b94451bd19.tar.gz
llvm-af37ad19a9467e1eecd98e8f4c2ab9b94451bd19.tar.bz2
[LiveVariables] Improve isLiveOut runtime performances. NFC.
On large goto table based interpreters, where phi nodes can have (very) large fan-ins, isLiveOut exhibited poor performances: about 40% of the full codegen time was spent in PHIElim, sorting MachineBasicBlock addresses. This patch improve the performances for such cases, and does not show compile time regressions on the LNT, at bootstrap (llvm+clang+lldb) or any other benchmarks we have in-house. llvm-svn: 239510
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions