summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2013-02-10 06:42:36 +0000
committerCameron Zwarich <zwarich@apple.com>2013-02-10 06:42:36 +0000
commit16b64cba6278b87ecb9ec1c6e8364cf05956cc88 (patch)
tree75e3a74078128053647b082cbe08477aab7758a4 /llvm/lib/AsmParser
parent71f0acbeeb71cd77a42b4f870ad26b468c8908ae (diff)
downloadbcm5719-llvm-16b64cba6278b87ecb9ec1c6e8364cf05956cc88.tar.gz
bcm5719-llvm-16b64cba6278b87ecb9ec1c6e8364cf05956cc88.zip
Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are
present, it currently verifies them with the MachineVerifier, and this passed all of the test cases in 'make check' (when accounting for existing verifier errors). There were some assertion failures in the two-address pass, but they also happened on code without phis and look like they are caused by different kill flags from LiveIntervals. The only part that doesn't work is the critical edge splitting heuristic, because there isn't currently an efficient way to update LiveIntervals after splitting an edge. I'll probably start by implementing the slow fallback and test that it works before tackling the fast path for single-block ranges. The existing code that updates LiveVariables is fairly slow as it is. There isn't a command-line option for enabling this; instead, just edit PHIElimination.cpp to require LiveIntervals. llvm-svn: 174831
Diffstat (limited to 'llvm/lib/AsmParser')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud