[PATCH] D140246: [LV] Remove duplicate name set of vector header basic block. NFC
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 27 17:19:29 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG396b0b2b1343: [LV] Remove duplicate name set of vector header basic block. NFC (authored by michaelmaitland).
Changed prior to commit:
https://reviews.llvm.org/D140246?vs=483664&id=485442#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140246/new/
https://reviews.llvm.org/D140246
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Index: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
===================================================================
--- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8976,8 +8976,6 @@
VPBB = cast<VPBasicBlock>(VPBB->getSingleSuccessor());
}
- HeaderVPBB->setName("vector.body");
-
// After here, VPBB should not be used.
VPBB = nullptr;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140246.485442.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221228/cf422725/attachment.bin>
More information about the llvm-commits
mailing list