commit | 5ed8a767a02c5f687c04f8cee8a948e8402091e7 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed Dec 03 05:41:20 2014 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed Dec 03 05:41:20 2014 +0000 |
tree | cea1c7605d44476d647f3a62c407dde32b793462 | |
parent | a4ec31ed5280e8f4700fc099c0f68c74dbfc98cf [diff] |
LoopVectorize: Remove unnecessary RAUW Remove an unnecessary `MDNode::replaceAllUsesWith()`. In the preceding line, `TheLoop->setLoopID()` visits all backedges and sets the new loop ID. This sufficiently updates the loop metadata. Metadata RAUW is going away as part of PR21532. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223210 91177308-0d34-0410-b5e6-96231b3b80d8