[all-commits] [llvm/llvm-project] 50c858: [LV] Remove Loop argument from createInductionResu...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 22 07:23:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50c8588e4437b9e63eb6f0c7e9f95a378784a69f
https://github.com/llvm/llvm-project/commit/50c8588e4437b9e63eb6f0c7e9f95a378784a69f
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Remove Loop argument from createInductionResumeValues (NFCI).
createInductionResumeValues only uses its loop argument only to get the
pre-header, but the pre-header is already known (we created/cached it
earlier). Remove the unneeded loop argument.
More information about the All-commits
mailing list