diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-29 20:02:05 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-29 20:02:05 +0000 |
commit | 5fb9b21c2495577c63255acb41a81ec1617484de (patch) | |
tree | 9e17dc3fce307d21805389ad1cd5e0243f27446e /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 4884dcf70921a60455ea02da739904e8d00799bb (diff) | |
download | llvm-5fb9b21c2495577c63255acb41a81ec1617484de.zip llvm-5fb9b21c2495577c63255acb41a81ec1617484de.tar.gz llvm-5fb9b21c2495577c63255acb41a81ec1617484de.tar.bz2 |
Bail as early as possible
Instead of waiting for the domain construction to finish we will now
bail as early as possible in case a complexity problem is encountered.
This might save compile time but more importantly it makes the "abort"
explicit. While we can always check if we invalidated the assumed
context we can simply propagate the result of the construction back.
This also removes the HasComplexCFG flag that was used for the very
same reason.
Differential Revision: http://reviews.llvm.org/D18504
llvm-svn: 264775
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions