[all-commits] [llvm/llvm-project] 3c0f34: [NFC][LV] Vectorized Loop Skeleton Refactoring
Bardia Mahjour via All-commits
all-commits at lists.llvm.org
Tue Aug 4 11:51:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c0f34700230fc4fd23ef408adb75387dcfeff41
https://github.com/llvm/llvm-project/commit/3c0f34700230fc4fd23ef408adb75387dcfeff41
Author: Bardia Mahjour <bmahjour at ca.ibm.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[NFC][LV] Vectorized Loop Skeleton Refactoring
This patch tries to improve readability and maintenance
of createVectorizedLoopSkeleton by reorganizing some lines,
updating some of the comments and breaking it up into
smaller logical units.
Reviewed By: pjeeva01
Differential Revision: https://reviews.llvm.org/D83824
More information about the All-commits
mailing list