aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/eof.test
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2022-05-20 09:58:40 +0100
committerFlorian Hahn <flo@fhahn.com>2022-05-20 09:58:40 +0100
commitcd61d4bd2fcd5ba212747bfe48f32f121010e1a6 (patch)
treeaaee0abaa679728b3ca5c5fef5403c4ea50b1045 /lldb/test/Shell/ScriptInterpreter/Python/eof.test
parent632cfbc9f933afc9956f7e0b26086fb1cb7294b5 (diff)
downloadllvm-cd61d4bd2fcd5ba212747bfe48f32f121010e1a6.zip
llvm-cd61d4bd2fcd5ba212747bfe48f32f121010e1a6.tar.gz
llvm-cd61d4bd2fcd5ba212747bfe48f32f121010e1a6.tar.bz2
[LV] Do not LoopSimplify/LCSSA after generating main vector loop.
At the moment LV runs LoopSimplify and reconstructs LCSSA form after generating the main vector loop and before generating the epilogue vector loop. In practice, this adds a new exit block for the scalar loop because the middle block now also branches to the original exit block of the scalar loop. It also requires adding a new LCSSA phi in the newly created exit block. This complicates things when modeling exit values in VPlan, because we would need to update the VPlan for the epilogue loop to update the newly created LCSSA phi node. But none of that should be necessary, as all analysis requiring loop-simplify form is already done at this point and LCSSA form of the original loop is not broken. Reviewed By: bmahjour Differential Revision: https://reviews.llvm.org/D125810
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/eof.test')
0 files changed, 0 insertions, 0 deletions