[all-commits] [llvm/llvm-project] 9dde51: [NFC] Remove shadowed variable in InnerLoopVectori...
david-arm via All-commits
all-commits at lists.llvm.org
Tue Jun 29 06:34:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dde51416209a5552156384b9c2b08b676818d70
https://github.com/llvm/llvm-project/commit/9dde51416209a5552156384b9c2b08b676818d70
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[NFC] Remove shadowed variable in InnerLoopVectorizer::createInductionVariable
Avoid creating a IRBuilder stack variable with the same name as the
class member.
More information about the All-commits
mailing list