[all-commits] [llvm/llvm-project] 93931d: [LV] Do not rely on InductionDescriptor::getCastIn...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 10 05:04:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93931d78cf86168dfd24c551d0376cfac7c9c434
https://github.com/llvm/llvm-project/commit/93931d78cf86168dfd24c551d0376cfac7c9c434
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Do not rely on InductionDescriptor::getCastInsts. (NFC)
Now that CastDef is passed as VPValue, there is no need to access
ID.getCastInsts, as CastDef can instead be checked.
More information about the All-commits
mailing list