[all-commits] [llvm/llvm-project] dcfc2c: [NFC] Remove shadowed variable in InnerLoopVectori...
david-arm via All-commits
all-commits at lists.llvm.org
Tue Jun 29 01:14:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcfc2c3fac980b137415c17f2f19c06c3e2bd7fb
https://github.com/llvm/llvm-project/commit/dcfc2c3fac980b137415c17f2f19c06c3e2bd7fb
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