diff options
author | Tim Northover <tnorthover@apple.com> | 2017-11-14 11:43:54 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2017-11-14 11:43:54 +0000 |
commit | 5cdc4f9c330c7d4d411e1bbc77084c1415593ded (patch) | |
tree | 6271b8501dbad98cded7989efa08065e6bc65bb5 /llvm/test/Transforms/LoopVectorize | |
parent | 7a91c08414b86eaa8d48d71847d09bde8a075d79 (diff) | |
download | bcm5719-llvm-5cdc4f9c330c7d4d411e1bbc77084c1415593ded.tar.gz bcm5719-llvm-5cdc4f9c330c7d4d411e1bbc77084c1415593ded.zip |
ARM: correctly update CFG when splitting BB to fix branch.
Because the block-splitting code is multi-purpose, we have to meddle with the
branches when using it to fixup a conditional branch destination. We got the
code right, but forgot to update the CFG so the verifier complained when
expensive checks were on.
Probably harmless since constant-islands comes so late, but best to fix it
anyway.
llvm-svn: 318148
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
0 files changed, 0 insertions, 0 deletions