[all-commits] [llvm/llvm-project] 8896c3: [LV] Do not set insert point in completeLoopSkelet...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Mar 14 05:22:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8896c36624b2eb848b892da2d29eb7a1a41bcc0e
https://github.com/llvm/llvm-project/commit/8896c36624b2eb848b892da2d29eb7a1a41bcc0e
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Do not set insert point in completeLoopSkeleton. (NFCI)
The insertion point for the builder used during VPlan code generation is
set during code generation. Setting the insert point here is dead code
and can be removed.
More information about the All-commits
mailing list