[all-commits] [llvm/llvm-project] 8d1342: [LV] Remove redundant access to Legal::getReductio...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 24 12:16:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d1342f79db3cbbebfa67dc89374673642ad03fb
https://github.com/llvm/llvm-project/commit/8d1342f79db3cbbebfa67dc89374673642ad03fb
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Remove redundant access to Legal::getReductionVars() (NFC).
The reduction descriptor is retrieved earlier and stored in a variable
RdxDesc already.
More information about the All-commits
mailing list