[all-commits] [llvm/llvm-project] 396b0b: [LV] Remove duplicate name set of vector header ba...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Tue Dec 27 17:19:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 396b0b2b13439c83c875196fc74401eb3fd8d89d
https://github.com/llvm/llvm-project/commit/396b0b2b13439c83c875196fc74401eb3fd8d89d
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2022-12-27 (Tue, 27 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Remove duplicate name set of vector header basic block. NFC
The preheader was named explicitly in 256c6b0ba14e8a7ab6373b61b7193ea8c0a3651c
which makes setting the name in prior commit 95b2aa511eea1f31e183a2a3aed4d2aa852d089c
unnecessary.
Differential Revision: https://reviews.llvm.org/D140246
More information about the All-commits
mailing list