mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Clear the builder insert point between tree-vectorization phases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37ade2b801
commit
c7ffbc019f
@ -1292,6 +1292,7 @@ void BoUpSLP::vectorizeTree() {
|
||||
for (Function::iterator it = F->begin(), e = F->end(); it != e; ++it) {
|
||||
BlocksNumbers[it].forget();
|
||||
}
|
||||
Builder.ClearInsertionPoint();
|
||||
}
|
||||
|
||||
void BoUpSLP::optimizeGatherSequence() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user